aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/conf/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'conf/config.php')
-rw-r--r--conf/config.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/config.php b/conf/config.php
index 492e7eb..5a67007 100644
--- a/conf/config.php
+++ b/conf/config.php
@@ -36,6 +36,9 @@ $CONFIG['rrdtool_opts'] = array(
36# default plugins to show on host page 36# default plugins to show on host page
37$CONFIG['overview'] = array('load', 'cpu', 'memory', 'swap'); 37$CONFIG['overview'] = array('load', 'cpu', 'memory', 'swap');
38 38
39# allowed other plugins to show on host page
40$CONFIG['allowed'] = array();
41
39# example of filter to show only the if_octets of eth0 on host page 42# example of filter to show only the if_octets of eth0 on host page
40# (interface must be enabled in the overview config array) 43# (interface must be enabled in the overview config array)
41#$CONFIG['overview_filter']['interface'] = array('ti' => 'eth0', 't' => 'if_octets'); 44#$CONFIG['overview_filter']['interface'] = array('ti' => 'eth0', 't' => 'if_octets');