Private GIT

Skip to content
Snippets Groups Projects
Commit de334640 authored by Guillaume28's avatar Guillaume28
Browse files

fix(doc): Reset installing poller

parent 48f57efe
No related tags found
No related merge requests found
...@@ -63,6 +63,36 @@ Perform the command: ...@@ -63,6 +63,36 @@ Perform the command:
$ yum install centreon-base-config-centreon-engine centreon $ yum install centreon-base-config-centreon-engine centreon
:ref:`After this step you should connect to Centreon to finalise the installation process <installation_web_ces>`.
Installing a poller
--------------------
This chapter describes the installation of a collector.
Perform the command:
::
$ yum install centreon-poller-centreon-engine
The communication between a central server and a poller server is by SSH.
You should exchange the SSH keys between the servers.
If you don’t have any private SSH keys on the central server for the Centreon user:
::
$ su - centreon
$ ssh-keygen -t rsa
Copy this key on the collector:
::
$ ssh-copy-id centreon@your_poller_ip
Installing MySQL on the same server Installing MySQL on the same server
----------------------------------- -----------------------------------
......
...@@ -62,6 +62,36 @@ Exécutez la commande : ...@@ -62,6 +62,36 @@ Exécutez la commande :
$ yum install centreon-base-config-centreon-engine centreon $ yum install centreon-base-config-centreon-engine centreon
:ref:`A la fin de cette étape, connectez-vous à Centreon pour finaliser le processus d'installation <installation_web_ces>`.
Installer un collecteur
------------------------
Ce chapitre décrit l'installation d'un collecteur.
Exécutez la commande :
::
$ yum install centreon-poller-centreon-engine
La communication entre le serveur central et un collecteur se fait via SSH.
Vous devez échanger les clés SSH entre les serveurs.
Si vous n'avez pas de clé SSH privés sur le serveur central pour l'utilisateur 'centreon' :
::
$ su - centreon
$ ssh-keygen -t rsa
Vous devez copier cette clé sur le collecteur :
::
$ ssh-copy-id centreon@your_poller_ip
Installer MySQL sur le même serveur Installer MySQL sur le même serveur
----------------------------------- -----------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment