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
c09dc419
Commit
c09dc419
authored
Feb 10, 2017
by
Guillaume28
Browse files
Options
Downloads
Patches
Plain Diff
Update documentation in english
parent
5118bc36
No related branches found
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
+72
-48
72 additions, 48 deletions
doc/en/installation/from_packages.rst
doc/fr/installation/from_packages.rst
+1
-2
1 addition, 2 deletions
doc/fr/installation/from_packages.rst
with
73 additions
and
50 deletions
doc/en/installation/from_packages.rst
+
72
−
48
View file @
c09dc419
...
...
@@ -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.
P
HP timezone should be set; go to /etc/php.d directory and create a file named php-timezone.ini who contain the following line
:
P
erform 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
================
...
...
This diff is collapsed.
Click to expand it.
doc/fr/installation/from_packages.rst
+
1
−
2
View file @
c09dc419
...
...
@@ -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 :
...
...
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