diff options
author | onefang | 2019-12-10 14:05:36 +1000 |
---|---|---|
committer | onefang | 2019-12-10 14:05:36 +1000 |
commit | fe73abc4ee41989d40b6bec0dbee1391470f97e6 (patch) | |
tree | b4e6f678194fcfee5ee5fa009213320012d2fefc /conf/config.php | |
parent | A few style tweaks, mostly to a dark theme. (diff) | |
download | apt-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/config.php')
-rw-r--r-- | conf/config.php | 3 |
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'); |