From 5e66dbfd012a8438004218dee3df47b14fd50bb5 Mon Sep 17 00:00:00 2001 From: onefang Date: Tue, 31 Dec 2019 16:21:10 +1000 Subject: Add redirects graphs. --- conf/types.db | 2 +- plugin/HTTP.json | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/conf/types.db b/conf/types.db index e7123e9..36d9c3c 100644 --- a/conf/types.db +++ b/conf/types.db @@ -1,2 +1,2 @@ Speed max:GAUGE:0:U, min:GAUGE:0:U -Tests 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 +Tests URLSanityErrors:GUAGE:0:U, URLSanityWarnings:GUAGE:0:U, URLSanityTimeouts:GUAGE:0:U, RedirectsErrors:GUAGE:0:U, RedirectsWarnings:GUAGE:0:U, RedirectsTimeouts: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 diff --git a/plugin/HTTP.json b/plugin/HTTP.json index 2c27f37..364a8ca 100644 --- a/plugin/HTTP.json +++ b/plugin/HTTP.json @@ -16,6 +16,18 @@ "name": "URLSanity timeouts", "color": "000044" }, + "RedirectsErrors": { + "name": "Redirect errors", + "color": "660000" + }, + "RedirectsWarnings": { + "name": "Redirect warnings", + "color": "006666" + }, + "RedirectsTimeouts": { + "name": "Redirect timeouts", + "color": "000066" + }, "ProtocolErrors": { "name": "Protocol errors", "color": "880000" -- cgit v1.1