From 1595e59369f36c1720f63a9e0a2c113df68c7e9c Mon Sep 17 00:00:00 2001 From: onefang Date: Fri, 27 Dec 2019 13:49:32 +1000 Subject: Rejig the graphs. --- plugin/HTTP.json | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 58 insertions(+), 1 deletion(-) mode change 120000 => 100644 plugin/HTTP.json (limited to 'plugin/HTTP.json') diff --git a/plugin/HTTP.json b/plugin/HTTP.json deleted file mode 120000 index 8d0efb8..0000000 --- a/plugin/HTTP.json +++ /dev/null @@ -1 +0,0 @@ -HTTPS.json \ No newline at end of file diff --git a/plugin/HTTP.json b/plugin/HTTP.json new file mode 100644 index 0000000..2c27f37 --- /dev/null +++ b/plugin/HTTP.json @@ -0,0 +1,58 @@ +{ + "Tests": { + "title": "Issues on {{HOST}}", + "vertical": "count", + "type": "stacked", + "legend": { + "URLSanityErrors": { + "name": "URLSanity errors", + "color": "440000" + }, + "URLSanityWarnings": { + "name": "URLSanity warnings", + "color": "004400" + }, + "URLSanityTimeouts": { + "name": "URLSanity timeouts", + "color": "000044" + }, + "ProtocolErrors": { + "name": "Protocol errors", + "color": "880000" + }, + "ProtocolWarnings": { + "name": "Protocol warnings", + "color": "008888" + }, + "ProtocolTimeouts": { + "name": "Protocol timeouts", + "color": "000088" + }, + "UpdatedErrors": { + "name": "Updated errors", + "color": "bb0000" + }, + "UpdatedWarnings": { + "name": "Updated warnings", + "color": "00bbbb" + }, + "UpdatedTimeouts": { + "name": "Updated timeouts", + "color": "0000bb" + }, + "IntegrityErrors": { + "name": "Integrity errors", + "color": "ffffff" + }, + "IntegrityWarnings": { + "name": "Integrity warnings", + "color": "00ff00" + }, + "IntegrityTimeouts": { + "name": "Integrity timeouts", + "color": "0000ff" + } + }, + "legend_format": "%5.0lf" + } +} -- cgit v1.1