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

fix(doc): enable services after remote server installation #7027

Merged
merged 2 commits into from
Mar 6, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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