diff options
Diffstat (limited to '')
-rw-r--r-- | conf/config.php | 5 |
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 | |||
24 | if (file_exists(dirname(__FILE__).'/config.local.php')) | 29 | if (file_exists(dirname(__FILE__).'/config.local.php')) |
25 | include 'config.local.php'; | 30 | include 'config.local.php'; |
26 | 31 | ||