aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/conf
diff options
context:
space:
mode:
authoronefang2019-12-10 14:05:36 +1000
committeronefang2019-12-10 14:05:36 +1000
commitfe73abc4ee41989d40b6bec0dbee1391470f97e6 (patch)
treeb4e6f678194fcfee5ee5fa009213320012d2fefc /conf
parentA few style tweaks, mostly to a dark theme. (diff)
downloadapt-panopticon_cgp-fe73abc4ee41989d40b6bec0dbee1391470f97e6.zip
apt-panopticon_cgp-fe73abc4ee41989d40b6bec0dbee1391470f97e6.tar.gz
apt-panopticon_cgp-fe73abc4ee41989d40b6bec0dbee1391470f97e6.tar.bz2
apt-panopticon_cgp-fe73abc4ee41989d40b6bec0dbee1391470f97e6.tar.xz
New config for "allowed" graphs, so people can hide some of them.
Diffstat (limited to 'conf')
-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');