aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/conf
diff options
context:
space:
mode:
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