From 721455a0d7b9e452c2b6b4d634102f2bf1fb37fd Mon Sep 17 00:00:00 2001 From: Clint Armstrong Date: Thu, 16 Jul 2015 11:10:32 -0400 Subject: [PATCH] don't override the socket option --- html/includes/collectd/config.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/html/includes/collectd/config.php b/html/includes/collectd/config.php index 812c5857a..ec1326a2e 100644 --- a/html/includes/collectd/config.php +++ b/html/includes/collectd/config.php @@ -86,12 +86,6 @@ $config['rrd_colors'] = array( 'h_13' => 'BBBBBB', 'f_13' => '555555', ); -/* - * URL to collectd's unix socket (unixsock plugin) - * enabled: 'unix:///var/run/collectd/collectd-unixsock' - * disabled: null - */ -$config['collectd_sock'] = null; /* * Path to TTF font file to use in error images * (fallback when file does not exist is GD fixed font)