Private GIT

Skip to content
Snippets Groups Projects
Select Git revision
  • a625560a0860fd20047885e6b866dafa4eb4859f
  • master default protected
  • develop
  • add-news
  • torrentz
  • v4.0.31
  • v4.0.30
  • v4.0.29
  • v4.0.28
  • v4.0.27
  • v4.0.26
  • v4.0.25
  • v4.0.24
  • v4.0.23
  • v4.0.22
  • v4.0.21
  • v4.0.20
  • v4.0.19
  • v4.0.18
  • v4.0.17
  • v4.0.16
  • v4.0.15
  • v4.0.14
  • v4.0.13
  • v4.0.12
25 results

SickRage

  • Clone with SSH
  • Clone with HTTPS
  • 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.