From 1595e59369f36c1720f63a9e0a2c113df68c7e9c Mon Sep 17 00:00:00 2001 From: onefang Date: Fri, 27 Dec 2019 13:49:32 +1000 Subject: Rejig the graphs. --- conf/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/config.php') diff --git a/conf/config.php b/conf/config.php index f66723a..eae3307 100644 --- a/conf/config.php +++ b/conf/config.php @@ -35,7 +35,7 @@ $CONFIG['rrdtool_opts'] = array( # default plugins to show on host page #$CONFIG['overview'] = array('load', 'cpu', 'memory', 'swap'); -$CONFIG['overview'] = array('FTP', 'HTTP', 'HTTPS', 'RSYNC'); +$CONFIG['overview'] = array('FTP', 'HTTP', 'HTTPS', 'RSYNC', 'Speed'); # allowed other plugins to show on host page $CONFIG['allowed'] = array(); -- cgit v1.1