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.
enh(doc): Improve distributed architecture chapters (#6966)
* enh(doc): Create autonome chapters to install new poller or RS (En) * fix(doc): improve CLAPI message for enable Remote Server * fix(doc): correct internal link to migrate poller display 1.6.x * fix(doc): Update VM installation and correct typo * fix(doc): Add indication about VM connection message * enh(doc): Create autonome chapters to install new poller or remote server (FR) * reapply PR #6942 * fix(doc): add command to generate a password #6958 * fix(doc): correct menu name #6963 * fix(doc): Correct Remote Server Architecture image
- Loading branch information
Showing
48 changed files
with
1,543 additions
and
1,453 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,23 @@ | ||
*************************** | ||
Enable Remote Server option | ||
*************************** | ||
|
||
Connect to your **Remoter Server** and execute following command:: | ||
|
||
# /usr/share/centreon/bin/centreon -u admin -p centreon -a enableRemote -o CentreonRemoteServer -v @IP_CENTREON_CENTRAL | ||
|
||
.. note:: | ||
Replace **@IP_CENTREON_CENTRAL** by the IP of the Centreon server seen by the poller | ||
|
||
This command will enable **Remote Server** mode:: | ||
|
||
Starting Centreon Remote enable process: | ||
|
||
Limiting Menu Access...Success | ||
Limiting Actions...Done | ||
|
||
Notifying Master...Success | ||
Set 'remote' instance type...Done | ||
Centreon Remote enabling finished. |
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,23 @@ | ||
====================== | ||
Using Centreon el7 ISO | ||
====================== | ||
|
||
************ | ||
Installation | ||
************ | ||
|
||
The installation process is identical to a Centreon Central server installed | ||
from the ISO file of Centreon. | ||
|
||
.. note:: | ||
Refer to the documentation: :ref:`installation<installisoel7>` | ||
|
||
For the question **Which server type would you like to install?** choose the | ||
option **Poller server**. | ||
|
||
.. image:: /images/user/configuration/10advanced_configuration/07installpoller.png | ||
:align: center | ||
|
||
.. include:: ssh_key.rst | ||
|
||
.. include:: wizard_add_poller.rst |
45 changes: 45 additions & 0 deletions
45
doc/en/administration_guide/poller/install_poller_packages.rst
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,45 @@ | ||
======================= | ||
Using Centreon packages | ||
======================= | ||
|
||
************ | ||
Installation | ||
************ | ||
|
||
SELinux should be disabled. In order to do this, you have to edit the file | ||
*/etc/selinux/config* and replace "enforcing" by "disabled":: | ||
|
||
SELINUX=disabled | ||
|
||
.. note:: | ||
After saving the file, please reboot your operating system to apply the | ||
changes. | ||
|
||
A quick check of SELinux status:: | ||
|
||
$ getenforce | ||
Disabled | ||
|
||
Add firewall rules or disable the firewall by running following commands: :: | ||
|
||
# systemctl stop firewalld | ||
# systemctl disable firewalld | ||
# systemctl status firewalld | ||
|
||
To install Centreon software from the repository, you should first install | ||
centreon-release package which will provide the repository file. | ||
|
||
Centreon repository installation:: | ||
|
||
# wget http://yum.centreon.com/standard/18.10/el7/stable/noarch/RPMS/centreon-release-18.10-2.el7.centos.noarch.rpm -O /tmp/centreon-release-18.10-2.el7.centos.noarch.rpm | ||
# yum install --nogpgcheck /tmp/centreon-release-18.10-2.el7.centos.noarch.rpm | ||
|
||
The repository is now installed. | ||
|
||
Perform the command:: | ||
|
||
# yum install centreon-poller-centreon-engine | ||
|
||
.. include:: ssh_key.rst | ||
|
||
.. include:: wizard_add_poller.rst |
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
13 changes: 13 additions & 0 deletions
13
doc/en/administration_guide/poller/install_remote_server_iso.rst
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,13 @@ | ||
====================== | ||
Using Centreon el7 ISO | ||
====================== | ||
|
||
.. include:: ../../installation/common/install_iso.rst | ||
|
||
.. include:: ../../installation/common/web_install.rst | ||
|
||
.. include:: enable_remote.rst | ||
|
||
.. include:: ssh_key.rst | ||
|
||
.. include:: wizard_add_remote.rst |
13 changes: 13 additions & 0 deletions
13
doc/en/administration_guide/poller/install_remote_server_packages.rst
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,13 @@ | ||
======================= | ||
Using Centreon packages | ||
======================= | ||
|
||
.. include:: ../../installation/common/install_packages.rst | ||
|
||
.. include:: ../../installation/common/web_install.rst | ||
|
||
.. include:: enable_remote.rst | ||
|
||
.. include:: ssh_key.rst | ||
|
||
.. include:: wizard_add_remote.rst |
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 |
---|---|---|
@@ -1,21 +1,22 @@ | ||
.. _sskkeypoller: | ||
|
||
---------------- | ||
**************** | ||
SSH Key exchange | ||
---------------- | ||
**************** | ||
|
||
The communication between a central server and a poller server is done 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: :: | ||
If you don’t have any private SSH keys on the central server for the | ||
**centreon** user: :: | ||
|
||
# su - centreon | ||
$ ssh-keygen -t rsa | ||
|
||
Generate a password for the **centreon** user on the new server: :: | ||
|
||
# passwd centreon | ||
|
||
Copy this key on the new server: :: | ||
|
||
# su - centreon | ||
$ ssh-copy-id -i .ssh/id_rsa.pub centreon@IP_POLLER | ||
|
||
Go to the :ref:`Configure a server in Centreon<wizard_add_poller>`. |
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
Oops, something went wrong.