From 5a9db96a2b8cd89a62947049d35692d45689155b Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Sat, 22 Mar 2014 15:29:28 +0100 Subject: add rrdcached flush support --- conf/config.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'conf') diff --git a/conf/config.php b/conf/config.php index f2fab29..ffa42cf 100644 --- a/conf/config.php +++ b/conf/config.php @@ -72,9 +72,14 @@ $CONFIG['max-height'] = $CONFIG['detail-height'] * 2; # collectd's unix socket (unixsock plugin) # enabled: 'unix:///var/run/collectd-unixsock' +# enabled (rrdcached): 'unix:///var/run/rrdcached.sock' # disabled: NULL $CONFIG['socket'] = NULL; +# flush rrd data to disk using "collectd" (unixsock plugin) +# or a "rrdcached" server +$CONFIG['flush_type'] = 'collectd'; + # system default timezone when not set $CONFIG['default_timezone'] = 'UTC'; -- cgit v1.1