diff options
author | Rohit Bhute | 2013-03-17 13:40:38 +0530 |
---|---|---|
committer | Pim van den Berg | 2013-03-30 14:10:52 +0100 |
commit | 60fb79ac97869b8333621380828dd1b84a069990 (patch) | |
tree | 113b34e7c76dedfc9c9e9d050867a5f16b99aab0 /conf | |
parent | detail.php: make terms configurable (diff) | |
download | apt-panopticon_cgp-60fb79ac97869b8333621380828dd1b84a069990.zip apt-panopticon_cgp-60fb79ac97869b8333621380828dd1b84a069990.tar.gz apt-panopticon_cgp-60fb79ac97869b8333621380828dd1b84a069990.tar.bz2 apt-panopticon_cgp-60fb79ac97869b8333621380828dd1b84a069990.tar.xz |
add feature to show a subset of graphs from a plugin on overview page
Diffstat (limited to 'conf')
-rw-r--r-- | conf/config.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/config.php b/conf/config.php index b2fdc78..6755582 100644 --- a/conf/config.php +++ b/conf/config.php | |||
@@ -18,6 +18,8 @@ $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'); | ||
22 | |||
21 | # default plugins time range | 23 | # default plugins time range |
22 | $CONFIG['time_range']['default'] = 86400; | 24 | $CONFIG['time_range']['default'] = 86400; |
23 | $CONFIG['time_range']['uptime'] = 31536000; | 25 | $CONFIG['time_range']['uptime'] = 31536000; |