Merge pull request #866 from laf/issue-laf-859

Added support for using rrdcached via tcp connections
This commit is contained in:
Daniel Preussker
2015-04-27 18:29:21 +02:00
3 changed files with 19 additions and 2 deletions
+1
View File
@@ -85,6 +85,7 @@ $config['rrd_rra'] .= " RRA:LAST:0.5:1:1440 ";
// RRDCacheD - Make sure it can write to your RRD dir!
#$config['rrdcached'] = "unix:/var/run/rrdcached.sock";
$config['rrdcached_dir'] = FALSE;// Set this if you are using tcp connections to rrdcached
// Web Interface Settings