aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--conf/config.php4
1 files changed, 3 insertions, 1 deletions
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'] = '';
18# default plugins to show on host page 18# default plugins to show on host page
19$CONFIG['overview'] = array('load', 'cpu', 'memory', 'swap'); 19$CONFIG['overview'] = array('load', 'cpu', 'memory', 'swap');
20 20
21$CONFIG['overview_filter']['interface'] = array('ti' => 'eth0', 't' => 'if_octets'); 21# example of filter to show only the if_octets of eth0 on host page
22# (interface must be enabled in the overview config array)
23#$CONFIG['overview_filter']['interface'] = array('ti' => 'eth0', 't' => 'if_octets');
22 24
23# default plugins time range 25# default plugins time range
24$CONFIG['time_range']['default'] = 86400; 26$CONFIG['time_range']['default'] = 86400;