diff --git a/doc/en/installation/from_centreon.rst b/doc/en/installation/from_centreon.rst index 146f96442e0dc7021438aff74f6c227583478c32..8cf7188d3eb5d3f8dae01bc59517e21688a0f88f 100644 --- a/doc/en/installation/from_centreon.rst +++ b/doc/en/installation/from_centreon.rst @@ -162,29 +162,6 @@ By default, the ‘localhost’ server is defined and the root password is empty :align: center :scale: 85% -If the following error message appears: **Add innodb_file_per_table=1 in my.cnf file under the [mysqld] section and restart MySQL Server.** Perform the following operation: - -1. Log-on to the ‘root’ user on your server - -2. Modify this file - -:: - - /etc/my.cnf - -3. Add these lines to the file - -:: - - [mysqld] - innodb_file_per_table=1 - -4. Restart mysql service - -:: - - service mysql restart - 5. Click on **Refresh** The End of installation wizard configures the databases, click on **Next**. @@ -223,8 +200,19 @@ To start monitoring engine : :: service cbd start + 8. Start Centreon Engine + +:: + + service centengine start + + 8. Start centcore + +:: + + service centcore start -Monitoring is now working. +Monitoring is now working. You can start to monitor your IT ! Introduction to the web interface ================================= diff --git a/doc/en/installation/from_packages.rst b/doc/en/installation/from_packages.rst index b05815eaf793b728624e9af6a9e7873fb89e8132..df5c6dc920d2a7a9d6ab1c18e83fcc63d7b5aadf 100644 --- a/doc/en/installation/from_packages.rst +++ b/doc/en/installation/from_packages.rst @@ -199,19 +199,30 @@ Start monitoring To start monitoring engine : - 1. On web interface, go to **Configuration** ==> **Monitoring engines** - 2. Leave the default options and click on **Export** - 3. Uncheck **Generate Configuration Files** and **Run monitoring engine debug (-v)** - 4. Check **Move Export Files** and **Restart Monitoring Engine** - 5. Click on **Export** again - 6. Log into the ‘root’ user on your server - 7. Start Centreon Broker + 1. On web interface, go to **Configuration** ==> **Monitoring engines** + 2. Leave the default options and click on **Export** + 3. Uncheck **Generate Configuration Files** and **Run monitoring engine debug (-v)** + 4. Check **Move Export Files** and **Restart Monitoring Engine** + 5. Click on **Export** again + 6. Log into the ‘root’ user on your server + 7. Start Centreon Broker :: service cbd start +8. Start Centreon Engine -Monitoring is now working. +:: + + service centengine start + + 8. Start centcore + +:: + + service centcore start + +Monitoring is now working. You can start to monitor your IT ! Introduction to the web interface ================================= diff --git a/doc/fr/installation/from_centreon.rst b/doc/fr/installation/from_centreon.rst index a2d55a8bb2ab7cd7cee8fa223f8ea086349a7358..6875f730b13ca9e94612cdffd25c47707d108348 100644 --- a/doc/fr/installation/from_centreon.rst +++ b/doc/fr/installation/from_centreon.rst @@ -233,10 +233,23 @@ Pour démarrer l'ordonnanceur de supervision : 3. Décochez **Générer les fichiers de configuration** et **Lancer le débogage du moteur de supervision (-v)** 4. Cochez **Déplacer les fichiers générés** ainsi que **Redémarrer l'ordonnanceur** 5. Cliquez à nouveau sur **Exporter** - 6. Connectez-vous avec l'utilisateur 'root' sur votre serveur + 6. Connectez-vous avec l'utilisateur 'root' sur votre serveur 7. Démarrez le composant Centreon Broker:: +:: + service cbd start + 8. Démarrez Centreon Engine + +:: + + service centengine start + + 8. Démarrez centcore + +:: + + service centcore start La supervision est maintenant opérationnelle. diff --git a/doc/fr/installation/from_packages.rst b/doc/fr/installation/from_packages.rst index e910d16002b2b82b2195798e7891dd3b322c6fab..7368e8c802d8ed081b32856180cd2d3e5bb2aed1 100644 --- a/doc/fr/installation/from_packages.rst +++ b/doc/fr/installation/from_packages.rst @@ -15,13 +15,10 @@ Red Hat en version 6.x et 7.x. Prérequis ********* -Dépôt CES ---------- +Dépôt Centreon +-------------- -Afin d'installer les logiciels Centreon à partir des dépôts CES, vous -devez au préalable installer le fichier lié au dépôt. - -Exécuter la commande suivante à partir d'un utilisateur possédant les droits suffisants. +Afin d'installer les logiciels Centreon à partir des dépôts CES, vous devez au préalable installer le fichier lié au dépôt. Exécuter la commande suivante à partir d'un utilisateur possédant les droits suffisants. Pour CentOS 6. @@ -136,6 +133,7 @@ License Manager en tant que dépendance. $ yum install centreon-pp-manager + Installation web ----------------