aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/conf
diff options
context:
space:
mode:
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;