From 9aaeddc64c15a4dfe7a39d770c97be7e528a3669 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Sat, 30 Mar 2013 13:54:53 +0100 Subject: conf: disable overview_filter by default It's good to have an example, but it's a bit confusing having it enabled by default. --- conf/config.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/config.php b/conf/config.php index 6755582..288e085 100644 --- a/conf/config.php +++ b/conf/config.php @@ -18,7 +18,9 @@ $CONFIG['rrdtool_opts'] = ''; # default plugins to show on host page $CONFIG['overview'] = array('load', 'cpu', 'memory', 'swap'); -$CONFIG['overview_filter']['interface'] = array('ti' => 'eth0', 't' => 'if_octets'); +# example of filter to show only the if_octets of eth0 on host page +# (interface must be enabled in the overview config array) +#$CONFIG['overview_filter']['interface'] = array('ti' => 'eth0', 't' => 'if_octets'); # default plugins time range $CONFIG['time_range']['default'] = 86400; -- cgit v1.1