forked from centreon/centreon-archived
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
31 lines (25 loc) · 1.04 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Upgrade from 2.1.x
=====================
After Web upgrade
---------------------
Make sure to restart centstorage, hosts and/or services which contain unicode characters were renamed
# /etc/init.d/centstorage restart
Upgrade from 2.0.x
=====================
Before Web upgrade
---------------------
As MySQL root user, grant some additional privileges to user Centreon user
#~> mysql -u root [-p]
#mysql~> GRANT ALTER ON ndo.* TO 'centreon'@'localhost';
(ndo database, centreon user and host names could differ depending on your settings)
After Web upgrade
---------------------
1) Modify the logs retention period in Centreon interface : Administration > Options > Centstorage > Options > Logs retention duration
The retention duration must cover the oldest nagios log archive file in the folder nagios/var/archives/
2) then execute the following command lines in Centreon directory :
# ./bin/logAnalyser -a
# ./cron/archiveDayLog -r
3) reset the logs retention period to the previous value
More
=====================
Read "INSTALL" for more information.