diff options
author | Pim van den Berg | 2013-03-30 13:54:53 +0100 |
---|---|---|
committer | Pim van den Berg | 2013-03-30 14:13:23 +0100 |
commit | 9aaeddc64c15a4dfe7a39d770c97be7e528a3669 (patch) | |
tree | d407f37d53131400850448b9f09379a2d4337da9 | |
parent | add feature to show a subset of graphs from a plugin on overview page (diff) | |
download | apt-panopticon_cgp-9aaeddc64c15a4dfe7a39d770c97be7e528a3669.zip apt-panopticon_cgp-9aaeddc64c15a4dfe7a39d770c97be7e528a3669.tar.gz apt-panopticon_cgp-9aaeddc64c15a4dfe7a39d770c97be7e528a3669.tar.bz2 apt-panopticon_cgp-9aaeddc64c15a4dfe7a39d770c97be7e528a3669.tar.xz |
conf: disable overview_filter by default
It's good to have an example, but it's a bit confusing having it enabled by
default.
-rw-r--r-- | conf/config.php | 4 |
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; |