diff options
author | onefang | 2019-12-27 13:49:32 +1000 |
---|---|---|
committer | onefang | 2019-12-27 13:49:32 +1000 |
commit | 1595e59369f36c1720f63a9e0a2c113df68c7e9c (patch) | |
tree | a0da967482ef1263b2507e923921c04fb67ea95e /conf/config.php | |
parent | Speed RRD is now it's own thing, not a separate one per protocol. (diff) | |
download | apt-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.php | 2 |
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(); |