aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/conf/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'conf/config.php')
-rw-r--r--conf/config.php2
1 files changed, 1 insertions, 1 deletions
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(
35 35
36# default plugins to show on host page 36# default plugins to show on host page
37#$CONFIG['overview'] = array('load', 'cpu', 'memory', 'swap'); 37#$CONFIG['overview'] = array('load', 'cpu', 'memory', 'swap');
38$CONFIG['overview'] = array('FTP', 'HTTP', 'HTTPS', 'RSYNC'); 38$CONFIG['overview'] = array('FTP', 'HTTP', 'HTTPS', 'RSYNC', 'Speed');
39 39
40# allowed other plugins to show on host page 40# allowed other plugins to show on host page
41$CONFIG['allowed'] = array(); 41$CONFIG['allowed'] = array();