diff options
author | Pim van den Berg | 2010-03-06 10:48:27 +0100 |
---|---|---|
committer | Pim van den Berg | 2010-03-06 10:48:27 +0100 |
commit | c0a28c5f59822c347503c0b856000232c0ba4f42 (patch) | |
tree | c4797741c6bc096e2a9a8866df91cee3e987d625 /conf/config.php | |
parent | add conntrack plugin (diff) | |
download | apt-panopticon_cgp-c0a28c5f59822c347503c0b856000232c0ba4f42.zip apt-panopticon_cgp-c0a28c5f59822c347503c0b856000232c0ba4f42.tar.gz apt-panopticon_cgp-c0a28c5f59822c347503c0b856000232c0ba4f42.tar.bz2 apt-panopticon_cgp-c0a28c5f59822c347503c0b856000232c0ba4f42.tar.xz |
configuration option to show load averages on overview page
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 b402b7f..d31b129 100644 --- a/conf/config.php +++ b/conf/config.php | |||
@@ -15,6 +15,9 @@ $CONFIG['rrdtool'] = '/usr/bin/rrdtool'; | |||
15 | # default plugins to show on host page | 15 | # default plugins to show on host page |
16 | $CONFIG['overview'] = array('load', 'cpu', 'memory', 'swap'); | 16 | $CONFIG['overview'] = array('load', 'cpu', 'memory', 'swap'); |
17 | 17 | ||
18 | # show load averages on overview page | ||
19 | $CONFIG['showload'] = true; | ||
20 | |||
18 | # browser cache time for the graphs (in seconds) | 21 | # browser cache time for the graphs (in seconds) |
19 | $CONFIG['cache'] = 90; | 22 | $CONFIG['cache'] = 90; |
20 | 23 | ||