aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/config.php5
1 files changed, 5 insertions, 0 deletions
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;
72 72
73# collectd's unix socket (unixsock plugin) 73# collectd's unix socket (unixsock plugin)
74# enabled: 'unix:///var/run/collectd-unixsock' 74# enabled: 'unix:///var/run/collectd-unixsock'
75# enabled (rrdcached): 'unix:///var/run/rrdcached.sock'
75# disabled: NULL 76# disabled: NULL
76$CONFIG['socket'] = NULL; 77$CONFIG['socket'] = NULL;
77 78
79# flush rrd data to disk using "collectd" (unixsock plugin)
80# or a "rrdcached" server
81$CONFIG['flush_type'] = 'collectd';
82
78# system default timezone when not set 83# system default timezone when not set
79$CONFIG['default_timezone'] = 'UTC'; 84$CONFIG['default_timezone'] = 'UTC';
80 85