diff options
| author | Manuel CISSÉ | 2010-06-21 13:52:00 +0200 |
|---|---|---|
| committer | Pim van den Berg | 2010-06-22 20:22:12 +0200 |
| commit | 2ee7bc20b82c84d5ff3bf9cab45d5e67937aaa1e (patch) | |
| tree | 0293088d5602fc5f8600f2011ad949613f273db0 /conf/config.php | |
| parent | Uptime plugin now display current/max/avg values in days instead of seconds (diff) | |
| download | apt-panopticon_cgp-2ee7bc20b82c84d5ff3bf9cab45d5e67937aaa1e.zip apt-panopticon_cgp-2ee7bc20b82c84d5ff3bf9cab45d5e67937aaa1e.tar.gz apt-panopticon_cgp-2ee7bc20b82c84d5ff3bf9cab45d5e67937aaa1e.tar.bz2 apt-panopticon_cgp-2ee7bc20b82c84d5ff3bf9cab45d5e67937aaa1e.tar.xz | |
Default time range on the summary page is now configurable
Diffstat (limited to 'conf/config.php')
| -rw-r--r-- | conf/config.php | 3 |
1 files changed, 3 insertions, 0 deletions
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'] = ''; | |||
| 18 | # default plugins to show on host page | 18 | # default plugins to show on host page |
| 19 | $CONFIG['overview'] = array('load', 'cpu', 'memory', 'swap'); | 19 | $CONFIG['overview'] = array('load', 'cpu', 'memory', 'swap'); |
| 20 | 20 | ||
| 21 | # default plugins time range | ||
| 22 | $CONFIG['time_range'] = array('uptime' => 31536000); | ||
| 23 | |||
| 21 | # show load averages on overview page | 24 | # show load averages on overview page |
| 22 | $CONFIG['showload'] = true; | 25 | $CONFIG['showload'] = true; |
| 23 | 26 | ||
