Private GIT

Skip to content
Snippets Groups Projects
Select Git revision
  • ab8cae3a7b3e8c0d6dbee5d255344acc0d0f1382
  • master default protected
  • MON-2693-new-menu
  • php7-migration
  • poc-redis
  • security-fix-virtual-metrics-sql
  • security-fix-reporting
  • security-fix-menu-username
  • security-fix-export-graph
  • security-fix-metrics-injection
  • security-fix-virtual-metrics
  • security-fix-curves-templates
  • security-fix-command-form
  • security-fix-administration-logs
  • clapi_filter
  • MON2733-C2_Security_fix
  • new-header-2.8.x
  • MON-2725-ldap-passwords
  • 2.8.x
  • 6073-fix-view-contact-notifications
  • MON2703-new-api-menu
  • 2.8.23
  • 2.8.22
  • 2.8.21
  • 2.8.20
  • 2.8.19
  • 2.8.18
  • 2.8.17
  • 2.8.216
  • 2.8.16
  • 2.7.13
  • 2.8.15
  • help
  • 2.8.14
  • 2.8.13
  • 2.8.12
  • 2.7.12
  • 2.8.11
  • 2.8.10
  • 2.8.10-release
  • 2.8.9
41 results

centreon

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Julien Mathis authored
    git-svn-id: http://svn.centreon.com/trunk/centreon@11251 6bcd3966-0018-0410-8128-fd23d134de7e
    ab8cae3a
    History
    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.