Private GIT

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

Update documentation in english

parent 5118bc36
No related branches found
No related tags found
No related merge requests found
......@@ -35,64 +35,33 @@ For CentOS 7.
The repository is now installed.
Any operating system
--------------------
Disable SELinux
^^^^^^^^^^^^^^^
SELinux should be disabled; for this, you have to modify the file "/etc/sysconfig/selinux" and replace "enforcing" by "disabled":
::
*********************
Centreon installation
*********************
SELINUX=disabled
Install globaly Centreon
------------------------
PHP timezone
^^^^^^^^^^^^
Ce chapitre décrit l'installation golable de Centreon.
The chapter describes the global installation of Centreon.
PHP timezone should be set; go to /etc/php.d directory and create a file named php-timezone.ini who contain the following line :
Perform the command:
::
date.timezone = Europe/Paris
After saving the file, please don't forget to restart apache server.
Firewall
^^^^^^^^
$ yum install centreon
$ yum update
Add firewall rules or disable it. To disable it execute folowwing commands:
Vous devez aussi récupérer la clef GPG et la placer dans le dossier rpm-gpg.
You also have to recover the GPG key and place it in the rpm-gpg file.
* **iptables** (CentOS v6) ::
# /etc/init.d/iptables save
# /etc/init.d/iptables stop
# chkconfig iptables off
* **firewalld** (CentOS v7) ::
# systemctl stop firewalld
# systemctl disable firewalld
# systemctl status firewalld
DataBase Management System
^^^^^^^^^^^^^^^^^^^^^^^^^^
The Mysql database server should be available to complete installation (locally or not). MariaDB is recommended.
For CentOS / RHEL in version 7, it is necessary to modify **LimitNOFILE** limitation.
Edit **/etc/systemd/system/mysqld.service** file and change ::
Perform the command:
LimitNOFILE=32000
::
Save the file and execute the folowwing commands::
$ cd /etc/pki/rpm-gpg/
$ wget http://yum-1.centreon.com/standard/3.4/el7/stable/RPM-GPG-KEY-CES
# systemctl daemon-reload
# service mysqld restart
*********************
Centreon installation
*********************
Install a central server
------------------------
......@@ -144,6 +113,61 @@ Copy this key on the collector:
.. _installation_web:
Any operating system
--------------------
Disable SELinux
^^^^^^^^^^^^^^^
SELinux should be disabled; for this, you have to modify the file "/etc/sysconfig/selinux" and replace "enforcing" by "disabled":
::
SELINUX=disabled
PHP timezone
^^^^^^^^^^^^
PHP timezone should be set; go to /etc/php.d directory and create a file named php-timezone.ini who contain the following line :
::
date.timezone = Europe/Paris
After saving the file, please don't forget to restart apache server.
Firewall
^^^^^^^^
Add firewall rules or disable it. To disable it execute folowwing commands:
* **iptables** (CentOS v6) ::
# /etc/init.d/iptables save
# /etc/init.d/iptables stop
# chkconfig iptables off
* **firewalld** (CentOS v7) ::
# systemctl stop firewalld
# systemctl disable firewalld
# systemctl status firewalld
DataBase Management System
^^^^^^^^^^^^^^^^^^^^^^^^^^
The Mysql database server should be available to complete installation (locally or not). MariaDB is recommended.
For CentOS / RHEL in version 7, it is necessary to modify **LimitNOFILE** limitation.
Edit **/etc/systemd/system/mysqld.service** file and change ::
LimitNOFILE=32000
Save the file and execute the folowwing commands::
# systemctl daemon-reload
# service mysqld restart
Web Installation
================
......
......@@ -53,8 +53,7 @@ Exécutez la commande :
$ yum install centreon
$ yum update
Un échec de récupération de la GPG peut empêcher l'installation de Centreon.
Pour éviter cela vous devez renseigner la clef concernée.
Vous devez aussi récupérer la clef GPG et la placer dans le dossier rpm-gpg.
Exécutez la commande :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment