Added support for using rrdcached via tcp connections

This commit is contained in:
laf
2015-04-27 10:04:57 +01:00
parent 67e49dfd7d
commit 567a31f45f
2 changed files with 12 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