mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
don't override the socket option
This commit is contained in:
@@ -86,12 +86,6 @@ $config['rrd_colors'] = array(
|
|||||||
'h_13' => 'BBBBBB',
|
'h_13' => 'BBBBBB',
|
||||||
'f_13' => '555555',
|
'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
|
* Path to TTF font file to use in error images
|
||||||
* (fallback when file does not exist is GD fixed font)
|
* (fallback when file does not exist is GD fixed font)
|
||||||
|
Reference in New Issue
Block a user