From d63ae653eb337d28cfb9012d962d32da6e05586c Mon Sep 17 00:00:00 2001 From: onefang Date: Tue, 10 Dec 2019 14:07:27 +1000 Subject: Make it suitable for apt-panopticon. --- conf/config.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'conf/config.php') diff --git a/conf/config.php b/conf/config.php index 69f934c..6f50aeb 100644 --- a/conf/config.php +++ b/conf/config.php @@ -4,10 +4,10 @@ $CONFIG['version'] = 5; # collectd's datadir -$CONFIG['datadir'] = '/var/lib/collectd/rrd'; +$CONFIG['datadir'] = 'rrd'; # location of the types.db file -$CONFIG['typesdb'][] = '/usr/share/collectd/types.db'; +$CONFIG['typesdb'][] = 'conf/types.db'; # rrdtool executable $CONFIG['rrdtool'] = '/usr/bin/rrdtool'; @@ -34,7 +34,8 @@ $CONFIG['rrdtool_opts'] = array( #$CONFIG['cat']['Mailservers'] = '/mail\d+/'; # default plugins to show on host page -$CONFIG['overview'] = array('load', 'cpu', 'memory', 'swap'); +#$CONFIG['overview'] = array('load', 'cpu', 'memory', 'swap'); +$CONFIG['overview'] = array('FTP', 'HTTP', 'HTTPS', 'RSYNC'); # allowed other plugins to show on host page $CONFIG['allowed'] = array(); @@ -48,7 +49,7 @@ $CONFIG['time_range']['default'] = 86400 * 7; $CONFIG['time_range']['uptime'] = 31536000; # show load averages and used memory on overview page -$CONFIG['showload'] = true; +$CONFIG['showload'] = false; $CONFIG['showmem'] = false; $CONFIG['showtime'] = false; -- cgit v1.1