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 cbddfb3..751bcf1 100644
--- a/conf/config.php
+++ b/conf/config.php
@@ -21,6 +21,11 @@ $CONFIG['groupby'] = array(
21 'sensors' => 'type', 21 'sensors' => 'type',
22); 22);
23 23
24# collectd's unix socket (unixsock plugin)
25# enabled: 'unix:///var/run/collectd-unixsock'
26# disabled: NULL
27$CONFIG['socket'] = NULL;
28
24if (file_exists(dirname(__FILE__).'/config.local.php')) 29if (file_exists(dirname(__FILE__).'/config.local.php'))
25 include 'config.local.php'; 30 include 'config.local.php';
26 31