From 60fb79ac97869b8333621380828dd1b84a069990 Mon Sep 17 00:00:00 2001 From: Rohit Bhute Date: Sun, 17 Mar 2013 13:40:38 +0530 Subject: add feature to show a subset of graphs from a plugin on overview page --- conf/config.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf') diff --git a/conf/config.php b/conf/config.php index b2fdc78..6755582 100644 --- a/conf/config.php +++ b/conf/config.php @@ -18,6 +18,8 @@ $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'); + # default plugins time range $CONFIG['time_range']['default'] = 86400; $CONFIG['time_range']['uptime'] = 31536000; -- cgit v1.1