aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/conf
diff options
context:
space:
mode:
authorPim van den Berg2010-06-26 17:03:43 +0200
committerPim van den Berg2010-06-26 17:03:43 +0200
commit84005a744d2d6073296ab3fe7d3aa670a0cfe61b (patch)
tree94787f0ffdf16db45904f77926780e575465b5c9 /conf
parentFix typo: Celsius instead of Celius (diff)
downloadapt-panopticon_cgp-84005a744d2d6073296ab3fe7d3aa670a0cfe61b.zip
apt-panopticon_cgp-84005a744d2d6073296ab3fe7d3aa670a0cfe61b.tar.gz
apt-panopticon_cgp-84005a744d2d6073296ab3fe7d3aa670a0cfe61b.tar.bz2
apt-panopticon_cgp-84005a744d2d6073296ab3fe7d3aa670a0cfe61b.tar.xz
default graph time range is now configurable (not only for uptime)
Diffstat (limited to 'conf')
-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;