Private GIT

Skip to content
Snippets Groups Projects
Select Git revision
  • c4e6dea1c164276b48650fac16f71dceedef5205
  • master default protected
  • fix_nzb_cat
  • develop
  • guessit2-minimal
  • ssl_warning
  • UHD-qualities
  • fix_providers8
  • !
  • tvvault
  • provider_alpharatio
  • v5.1.1
  • v5.1
  • v5.0.3
  • v5.0.2
  • v5.0.1
  • v5.0
  • v4.2.1.07
  • v4.2.1.06
  • v4.2.1.05
  • v4.2.1.04
  • v4.2.1.03
  • v4.2.1.02
  • v4.2.1.01
  • v4.2.1.0
  • v4.2.0.6
  • v4.2.0.5
  • v4.2.0.4
  • v4.2.0.3
  • v4.2.0.2
  • v4.2.0.1
31 results

providers

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