From 425fb1db95dca3a7025ad2d7101e65f91663ec2a Mon Sep 17 00:00:00 2001 From: Bogdan Rădulescu Date: Mon, 14 Apr 2014 13:16:27 +0000 Subject: overview: show used memory percentage --- 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 b9a5098..246d378 100644 --- a/conf/config.php +++ b/conf/config.php @@ -26,8 +26,9 @@ $CONFIG['overview'] = array('load', 'cpu', 'memory', 'swap'); $CONFIG['time_range']['default'] = 86400; $CONFIG['time_range']['uptime'] = 31536000; -# show load averages on overview page +# show load averages and used memory on overview page $CONFIG['showload'] = true; +$CONFIG['showmem'] = true; $CONFIG['term'] = array( '2hour' => 3600 * 2, -- cgit v1.1