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 localhostrestart SNMP
service snmpd restart
Centreon-Web
Configure Centreon UI
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.
Apply Centron’s configuration
Start Centreon’s services
systemctl start centcore.service systemctl start centreontrapd.serviceor
service centcore start service centreontrapd start
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