This commit is contained in:
Simon Bomm 2015-02-09 15:13:48 +01:00
commit 6f1adae9d0
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ sub new {
{
"rrd-config-file:s" => { name => 'rrd_config_file', default => 'central-rrd.xml' },
"sql-config-file:s" => { name => 'sql_config_file', default => 'central-broker.xml' },
"config-path" => { name => 'config_path', default => '/etc/centreon-broker/' },
"config-path:s" => { name => 'config_path', default => '/etc/centreon-broker/' },
});
return $self;
}