/etc/centreon/conf.pm did not return a true value at /usr/share/centreon/cron/centreon-backup.pl line 63.
the file cat /etc/centreon/conf.pm is empty
/etc/centreon/conf.pm did not return a true value at /usr/share/centreon/cron/centreon-backup.pl line 63.
the file cat /etc/centreon/conf.pm is empty
Best answer by Laurent
Oups sorry I made a mistake:
#############################################
# File Added by Centreon
#
$centreon_config = {
VarLib => "/var/lib/centreon",
CentreonDir => "/usr/share/centreon/",
CacheDir => "/var/cache/centreon",
"centreon_db" => "centreon",
"centstorage_db" => "centreon_storage",
"db_host" => "localhost:3306",
"db_user" => "CENTREON_DB_USERNAME",
"db_passwd" => 'CENTREON_DB_PASSWORD'
};
# Central, Remote or Poller ?
$instance_mode = "central";
# Centreon Centcore Command File
$cmdFile = "/var/lib/centreon/centcore.cmd";
# Deprecated format of Config file.
$mysql_user = "CENTREON_DB_USERNAME";
$mysql_passwd = 'CENTREON_DB_PASSWORD';
$mysql_host = "localhost:3306";
$mysql_database_oreon = "centreon";
$mysql_database_ods = "centreon_storage";
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.