Private GIT
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
centreon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vlbox
centreon
Commits
de334640
Commit
de334640
authored
Mar 7, 2018
by
Guillaume28
Browse files
Options
Downloads
Patches
Plain Diff
fix(doc): Reset installing poller
parent
48f57efe
Branches
lpinsivy-clapi-not-export-empty
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/en/installation/from_packages.rst
+30
-0
30 additions, 0 deletions
doc/en/installation/from_packages.rst
doc/fr/installation/from_packages.rst
+30
-0
30 additions, 0 deletions
doc/fr/installation/from_packages.rst
with
60 additions
and
0 deletions
doc/en/installation/from_packages.rst
+
30
−
0
View file @
de334640
...
@@ -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
-----------------------------------
-----------------------------------
...
...
This diff is collapsed.
Click to expand it.
doc/fr/installation/from_packages.rst
+
30
−
0
View file @
de334640
...
@@ -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
-----------------------------------
-----------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment