aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/conf
diff options
context:
space:
mode:
authoronefang2019-12-27 13:49:32 +1000
committeronefang2019-12-27 13:49:32 +1000
commit1595e59369f36c1720f63a9e0a2c113df68c7e9c (patch)
treea0da967482ef1263b2507e923921c04fb67ea95e /conf
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')
-rw-r--r--conf/config.php2
-rw-r--r--conf/types.db2
2 files changed, 2 insertions, 2 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();
diff --git a/conf/types.db b/conf/types.db
index 0605eae..e7123e9 100644
--- a/conf/types.db
+++ b/conf/types.db
@@ -1,2 +1,2 @@
1Speed max:GAUGE:0:U, min:GAUGE:0:U 1Speed max:GAUGE:0:U, min:GAUGE:0:U
2Tests ProtocolWarnings:GUAGE:0:U, URLSanityErrors:GUAGE:0:U, IntegrityErrors:GUAGE:0:U, IntegrityWarnings:GUAGE:0:U, UpdatedErrors:GUAGE:0:U, UpdatedWarnings:GUAGE:0:U 2Tests URLSanityErrors:GUAGE:0:U, URLSanityWarnings:GUAGE:0:U, URLSanityTimeouts:GUAGE:0:U, ProtocolErrors:GUAGE:0:U, ProtocolWarnings:GUAGE:0:U, ProtocolTimeouts:GUAGE:0:U, UpdatedErrors:GUAGE:0:U, UpdatedWarnings:GUAGE:0:U, UpdatedTimeouts:GUAGE:0:U, IntegrityErrors:GUAGE:0:U, IntegrityWarnings:GUAGE:0:U, IntegrityTimeouts:GUAGE:0:U