aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/conf
diff options
context:
space:
mode:
authorPim van den Berg2010-03-06 10:48:27 +0100
committerPim van den Berg2010-03-06 10:48:27 +0100
commitc0a28c5f59822c347503c0b856000232c0ba4f42 (patch)
treec4797741c6bc096e2a9a8866df91cee3e987d625 /conf
parentadd conntrack plugin (diff)
downloadapt-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')
-rw-r--r--conf/config.php3
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