aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/conf/config.php
diff options
context:
space:
mode:
authoronefang2019-12-27 13:49:32 +1000
committeronefang2019-12-27 13:49:32 +1000
commit1595e59369f36c1720f63a9e0a2c113df68c7e9c (patch)
treea0da967482ef1263b2507e923921c04fb67ea95e /conf/config.php
parentSpeed RRD is now it's own thing, not a separate one per protocol. (diff)
downloadapt-panopticon_cgp-1595e59369f36c1720f63a9e0a2c113df68c7e9c.zip
apt-panopticon_cgp-1595e59369f36c1720f63a9e0a2c113df68c7e9c.tar.gz
apt-panopticon_cgp-1595e59369f36c1720f63a9e0a2c113df68c7e9c.tar.bz2
apt-panopticon_cgp-1595e59369f36c1720f63a9e0a2c113df68c7e9c.tar.xz
Rejig the graphs.
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();