Upgrade Centreon to 2.1.8

wget http://download.centreon.com/index.php?id=140
tar -zxvf centreon-2.1.8.tar.gz
cd centreon-2.1.8
bash install.sh -u /etc/centreon
(INFO, find / -name instCent*.conf will show u the directory)

Go to the http:///centreon
And follow the instructions
*INFO:
For update Centreon ( > 2.0) :
Launch “bash install.sh -u /directory/etc/centreon”
-u argument is the directy where you can find configuration
files “instCent*.conf”.
For updating centreon 2.0.X to 2.1.X, please give Centreon MySQL user right for
modifying database schema. In order give access, launch the following commande line :
Here “nagios” is the name of NDO Database.
mysql> GRANT ALTER ON nagios.* to ‘centreon’@’localhost’; FLUSH PRIVILEGES;
CHANGELOGS, from 2.1.5
2.1.8
* fix: problem with macro not replaced during install step in centAcl.php
* fix: problem with a bad comment in trap handler
* enhancement: generate traps during install/upgrade process
2.1.7
* fix: hardcoded path in topcounter status
* fix: problem in ACL (generation flag not updated)
* fix: problem with icones in monitoring
* enhancement: Time for ACL generation
* enhancement: request number for ACL generation
* fix: add lock for centACL.php
* enhancement: improvement of ACL action (service schedule forced not link with service schedule)
* enhancement: SNMPTT configuration optimization
* enhancement: Add long output in monitoring ix: missing column in eventlog csv export
2.1.6
* fix: missing column in eventlog csv export
* fix: GMT generation problem
* fix: problem with massive change on hosts
* fix: prevents SQL injection in ping tool
* fix: multiple external commands due to mouse clicks on menu
* fix: poller selection on monitoring page
* enhancement: enhanced centstorage purge/sync
* enhancement: better ACL engine
* feature: displays poller information (running state, latency…)

Tags: , , , , ,

Leave a Reply

Your email address will not be published. Required fields are marked *