Vous êtes ici:

Menu

Instructions

For Raspbian Jessie 32 bits only

Install poller

sudo apt-get install centreon-poller
Add password for Centreon User
sudo passwd centreon
Entrez le nouveau mot de passe UNIX :
Retapez le nouveau mot de passe UNIX :
passwd : le mot de passe a été mis à jour avec succès
For configuration, see this web page. Sorry in french ;-)
Warning, the complete installation of centreon should not be used in production compared to its poor performance

Install Centreon central

install centreon with user pi. New 2.7.4, the widgets are automatically added to Centreon.
sudo apt-get install centreon-central
Add password for mariaDB
Configure date.timezone in php.ini

use script of centreon-clapi’s package

sudo /usr/share/centreon/examples/clapi/init_timezone.sh -t Europe/Paris -r

or manual configuration

sudo vi /etc/php5/apache2/php.ini
[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = Europe/Paris
reload apache
sudo service apache2 reload

SNMP

Configure SNMP and restart
config /etc/snmp/snmpd.conf
rocommunity public  localhost
restart SNMP
service snmpd restart

Centreon-Web

Configure Centreon UI
Stacks Image 847
Click on Next
Stacks Image 324830
Click on Next
Stacks Image 873
Click on Next
Stacks Image 886
Click on Next
Stacks Image 899
Define the admin user and click on Next.
Stacks Image 912
Add password for MySQL and create password for Centreon’s database.
Stacks Image 925
Click on Next
Stacks Image 938
Click on Finish
Stacks Image 324839
Centreon is ready
Start Centreon-Broker’s services
service cbd start
Version 2.8.5 does not contain configuration examples. You can use this example.
 centreon -u admin -p password -i /usr/share/centreon/examples/clapi/example_config_initial.txt
Add the notifications commands for the admin.
Stacks Image 1351728
Apply Centron’s configuration
Stacks Image 324848
Start Centreon’s services
systemctl start centcore.service
systemctl start centreontrapd.service
or
service centcore start
service centreontrapd start
Stacks Image 324857
Services is pending
Stacks Image 324866
Centreon-engine is ready

Other examples

Install central without database

sudo apt-get install centreon-central-without-db

Install poller with module centreon-poller-display

sudo apt-get install centreon-poller-display
For configuration, see this web page. Sorry in french ;-)

Install centreon-clapi

The package contains only scripts.
sudo apt-get install centreon-clapi
The scripts for newbies is locate to /usr/share/centreon/examples/clapi. For configuration, see this web page (sorry in french).

Install language french

Locales Linux must be fr_FR.UTF-8
sudo apt-get install centreon-lang-fr
 Vous êtes ici: