From 231c62644718740ddfe8d433998155449c7ed7aa Mon Sep 17 00:00:00 2001 From: Tyler Christiansen Date: Mon, 28 Oct 2013 01:05:42 -0700 Subject: [PATCH] replace observium defaults with librenms --- config.php.default | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.php.default b/config.php.default index f55fe3120..2a73fff40 100755 --- a/config.php.default +++ b/config.php.default @@ -6,7 +6,7 @@ $config['db_host'] = "localhost"; $config['db_user'] = "USERNAME"; $config['db_pass'] = "PASSWORD"; -$config['db_name'] = "observium"; +$config['db_name'] = "librenms"; ### Memcached config - We use this to store realtime usage $config['memcached']['enable'] = FALSE; @@ -14,14 +14,14 @@ $config['memcached']['host'] = "localhost"; $config['memcached']['port'] = 11211; ### Locations -$config['install_dir'] = "/opt/observium"; +$config['install_dir'] = "/opt/librenms"; $config['html_dir'] = $config['install_dir'] . "/html"; $config['rrd_dir'] = $config['install_dir'] . "/rrd"; -$config['log_file'] = $config['install_dir'] . "/observium.log"; +$config['log_file'] = $config['install_dir'] . "/librenms.log"; ### Thie should *only* be set if you want to *force* a particular hostname/port ### It will prevent the web interface being usable form any other hostname -#$config['base_url'] = "http://observium.company.com"; +#$config['base_url'] = "http://librenms.company.com"; ### Enable the below to use rrdcached. be sure rrd_dir is within the rrdcached dir ### and that your web server has permission to talk to rrdcached.