Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
fix(doc): enable services after remote server installation (#7027)
Browse files Browse the repository at this point in the history
* fix(doc): enable services after remote server installation
* fix(doc): add enable_services.rst
  • Loading branch information
s-duret authored and vhr committed Mar 13, 2019
1 parent fa1b96d commit 8a55d6f
Show file tree
Hide file tree
Showing 6 changed files with 63 additions and 0 deletions.
28 changes: 28 additions & 0 deletions doc/en/administration_guide/poller/enable_services.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
To start the monitoring engine :

1. Log in to the ‘root’ user on your remote server.
2. Start Centreon Broker ::

# systemctl start cbd

3. Start Centreon Engine ::

# systemctl start centengine

4. Start centcore ::

# systemctl start centcore

5. Start centreontrapd ::

# systemctl start centreontrapd


To make services automatically start during system bootup run these commands
on the remote server: ::

# systemctl enable centcore
# systemctl enable centreontrapd
# systemctl enable cbd
# systemctl enable centengine

Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Using Centreon el7 ISO

.. include:: ../../installation/common/web_install.rst

.. include:: enable_services.rst

.. include:: enable_remote.rst

.. include:: ssh_key.rst
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Using Centreon packages

.. include:: ../../installation/common/web_install.rst

.. include:: enable_services.rst

.. include:: enable_remote.rst

.. include:: ssh_key.rst
Expand Down
27 changes: 27 additions & 0 deletions doc/fr/administration_guide/poller/enable_services.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Pour démarrer l'ordonnanceur de supervision :

1. Connectez-vous avec l'utilisateur 'root' sur votre Remote Server
2. Démarrez le composant Centreon Broker ::

# systemctl start cbd

3. Démarrez Centreon Engine ::

# systemctl start centengine

4. Démarrez centcore ::

# systemctl start centcore

5. Démarrez centreontrapd ::

# systemctl start centreontrapd

Activer le lancement automatique de services au démarrage.

Lancer les commandes suivantes : ::

# systemctl enable centcore
# systemctl enable centreontrapd
# systemctl enable cbd
# systemctl enable centengine
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ A partir de l'ISO Centreon el7

.. include:: ../../installation/common/web_install.rst

.. include:: enable_services.rst

.. include:: enable_remote.rst

.. include:: ssh_key.rst
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ A partir des paquets Centreon

.. include:: ../../installation/common/web_install.rst

.. include:: enable_services.rst

.. include:: enable_remote.rst

.. include:: ssh_key.rst
Expand Down

0 comments on commit 8a55d6f

Please sign in to comment.