This repository has been archived by the owner on Dec 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(doc): enable services after remote server installation (#7027)
* fix(doc): enable services after remote server installation * fix(doc): add enable_services.rst
- Loading branch information
Showing
6 changed files
with
63 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters