aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/conf/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'conf/config.php')
-rw-r--r--conf/config.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/config.php b/conf/config.php
index cebdc39..fccd250 100644
--- a/conf/config.php
+++ b/conf/config.php
@@ -19,7 +19,8 @@ $CONFIG['rrdtool_opts'] = '';
19$CONFIG['overview'] = array('load', 'cpu', 'memory', 'swap'); 19$CONFIG['overview'] = array('load', 'cpu', 'memory', 'swap');
20 20
21# default plugins time range 21# default plugins time range
22$CONFIG['time_range'] = array('uptime' => 31536000); 22$CONFIG['time_range']['default'] = 86400;
23$CONFIG['time_range']['uptime'] = 31536000;
23 24
24# show load averages on overview page 25# show load averages on overview page
25$CONFIG['showload'] = true; 26$CONFIG['showload'] = true;