From c0a28c5f59822c347503c0b856000232c0ba4f42 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Sat, 6 Mar 2010 10:48:27 +0100 Subject: configuration option to show load averages on overview page --- conf/config.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf') diff --git a/conf/config.php b/conf/config.php index b402b7f..d31b129 100644 --- a/conf/config.php +++ b/conf/config.php @@ -15,6 +15,9 @@ $CONFIG['rrdtool'] = '/usr/bin/rrdtool'; # default plugins to show on host page $CONFIG['overview'] = array('load', 'cpu', 'memory', 'swap'); +# show load averages on overview page +$CONFIG['showload'] = true; + # browser cache time for the graphs (in seconds) $CONFIG['cache'] = 90; -- cgit v1.1