From 84005a744d2d6073296ab3fe7d3aa670a0cfe61b Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Sat, 26 Jun 2010 17:03:43 +0200 Subject: default graph time range is now configurable (not only for uptime) --- conf/config.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conf') 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'] = ''; $CONFIG['overview'] = array('load', 'cpu', 'memory', 'swap'); # default plugins time range -$CONFIG['time_range'] = array('uptime' => 31536000); +$CONFIG['time_range']['default'] = 86400; +$CONFIG['time_range']['uptime'] = 31536000; # show load averages on overview page $CONFIG['showload'] = true; -- cgit v1.1