From 56bd7f947d487f7ba3d4b45366b9dbd08ee33655 Mon Sep 17 00:00:00 2001 From: Laurent Pinsivy <lpinsivy@centreon.com> Date: Wed, 22 Feb 2017 12:37:06 +0000 Subject: [PATCH] Doc correct port of BBDO --- doc/en/installation/architecture/network.rst | 2 +- doc/fr/installation/architecture/network.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/en/installation/architecture/network.rst b/doc/en/installation/architecture/network.rst index 7e9d4c6905..f28f2cf0a5 100644 --- a/doc/en/installation/architecture/network.rst +++ b/doc/en/installation/architecture/network.rst @@ -51,7 +51,7 @@ Tables of monitoring flows +===================+==================================+============+===========+==================================+ | Central server | Poller | SSH | TCP 22 | Export of Centreon configuration | +-------------------+----------------------------------+------------+-----------+----------------------------------+ -| Poller | Central server | BBDO | TCP 5679 | Transfer of collected data | +| Poller | Central server | BBDO | TCP 5669 | Transfer of collected data | +-------------------+----------------------------------+------------+-----------+----------------------------------+ | Poller | Network equipment, servers, etc. | SNMP | UDP 161 | Monitoring | +-------------------+----------------------------------+------------+-----------+----------------------------------+ diff --git a/doc/fr/installation/architecture/network.rst b/doc/fr/installation/architecture/network.rst index 34f67ce639..9ecd2f8cb6 100644 --- a/doc/fr/installation/architecture/network.rst +++ b/doc/fr/installation/architecture/network.rst @@ -51,7 +51,7 @@ Tableau des flux de la supervision +====================+====================================+============+===========+=================================================+ | Central serveur | Collecteur | SSH | TCP 22 | Export des configurations Centreon | +--------------------+------------------------------------+------------+-----------+-------------------------------------------------+ -| Collecteur | Central serveur | BBDO | TCP 5679 | Transfert des données de supervision collectées | +| Collecteur | Central serveur | BBDO | TCP 5669 | Transfert des données de supervision collectées | +--------------------+------------------------------------+------------+-----------+-------------------------------------------------+ | Collecteur | Equipements réseau, serveurs, etc. | SNMP | UDP 161 | Supervision | +--------------------+------------------------------------+------------+-----------+-------------------------------------------------+ -- GitLab