aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/conf
diff options
context:
space:
mode:
authorPim van den Berg2010-01-12 20:08:00 +0100
committerPim van den Berg2010-01-12 20:19:51 +0100
commit3fbe5ca4a40ea38de0e91cb89dabaa732ff23b60 (patch)
tree4bd124259524abbcfe37233dbe31a01345335b34 /conf
parentmake rrdtool executable configurable (diff)
downloadapt-panopticon_cgp-3fbe5ca4a40ea38de0e91cb89dabaa732ff23b60.zip
apt-panopticon_cgp-3fbe5ca4a40ea38de0e91cb89dabaa732ff23b60.tar.gz
apt-panopticon_cgp-3fbe5ca4a40ea38de0e91cb89dabaa732ff23b60.tar.bz2
apt-panopticon_cgp-3fbe5ca4a40ea38de0e91cb89dabaa732ff23b60.tar.xz
make browser cache time for images configurable
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 d904751..b402b7f 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# browser cache time for the graphs (in seconds)
19$CONFIG['cache'] = 90;
20
18# default width/height of the graphs 21# default width/height of the graphs
19$CONFIG['width'] = 400; 22$CONFIG['width'] = 400;
20$CONFIG['heigth'] = 175; 23$CONFIG['heigth'] = 175;