From 427ad818345c43bd23afbb108a803de732f12f1a Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Wed, 4 Nov 2009 23:32:35 +0100 Subject: add descriptions to configuration settings --- conf/config.php | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to 'conf') diff --git a/conf/config.php b/conf/config.php index 751bcf1..da23449 100644 --- a/conf/config.php +++ b/conf/config.php @@ -1,8 +1,12 @@ 'type', 'irq' => 'type', @@ -21,11 +32,7 @@ $CONFIG['groupby'] = array( 'sensors' => 'type', ); -# collectd's unix socket (unixsock plugin) -# enabled: 'unix:///var/run/collectd-unixsock' -# disabled: NULL -$CONFIG['socket'] = NULL; - +# load local configuration if (file_exists(dirname(__FILE__).'/config.local.php')) include 'config.local.php'; -- cgit v1.1