Private GIT

Skip to content
Snippets Groups Projects
Select Git revision
  • f6a7655f9ad74c4b6f71742b44377249473ac3de
  • master default protected
  • develop
  • desktop
  • 3d
  • pip
  • build/2.0.6.1
  • build/2.0.6
  • build/2.0.5
  • build/2.0.4
  • build/2.0.3
  • build/2.0.1
  • build/2.0.0.pre2
  • build/2.0.0.pre1
14 results

CouchPotatoServer

  • 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.