From 2ee7bc20b82c84d5ff3bf9cab45d5e67937aaa1e Mon Sep 17 00:00:00 2001 From: Manuel CISSÉ Date: Mon, 21 Jun 2010 13:52:00 +0200 Subject: Default time range on the summary page is now configurable --- conf/config.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf') diff --git a/conf/config.php b/conf/config.php index a36c083..cebdc39 100644 --- a/conf/config.php +++ b/conf/config.php @@ -18,6 +18,9 @@ $CONFIG['rrdtool_opts'] = ''; # default plugins to show on host page $CONFIG['overview'] = array('load', 'cpu', 'memory', 'swap'); +# default plugins time range +$CONFIG['time_range'] = array('uptime' => 31536000); + # show load averages on overview page $CONFIG['showload'] = true; -- cgit v1.1