mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
rrdcached support (yarly!)
git-svn-id: http://www.observium.org/svn/observer/trunk@1291 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -15,6 +15,10 @@ $config['rrd_dir'] = "/opt/observer/rrd";
|
||||
$config['temp_dir'] = "/tmp";
|
||||
$config['observer_log'] = $config['install_dir'] . "/observer.log";
|
||||
|
||||
### 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.
|
||||
#$config['rrdcached'] = "unix:/var/run/rrdcached.sock";
|
||||
|
||||
### Default community
|
||||
$config['community'] = "public";
|
||||
|
||||
|
Reference in New Issue
Block a user