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/HTTPS.json | 35 +---------------------------------- 1 file changed, 1 insertion(+), 34 deletions(-) mode change 100644 => 120000 plugin/HTTPS.json (limited to 'plugin/HTTPS.json') diff --git a/plugin/HTTPS.json b/plugin/HTTPS.json deleted file mode 100644 index 2c6ddeb..0000000 --- a/plugin/HTTPS.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "Tests": { - "title": "Issuess on {{HOST}}", - "vertical": "count", - "type": "stacked", - "legend": { - "ProtocolWarnings": { - "name": "Protocol warnings", - "color": "0000ff" - }, - "URLSanityErrors": { - "name": "URLSanity errors", - "color": "ff00ff" - }, - "IntegrityErrors": { - "name": "Integrity errors", - "color": "ff0000" - }, - "IntegrityWarnings": { - "name": "Integrity warnings", - "color": "ffff00" - }, - "UpdatedErrors": { - "name": "Updated errors", - "color": "880000" - }, - "UpdatedWarnings": { - "name": "Updated warnings", - "color": "888800" - } - }, - "legend_format": "%5.0lf" - } -} diff --git a/plugin/HTTPS.json b/plugin/HTTPS.json new file mode 120000 index 0000000..919fd10 --- /dev/null +++ b/plugin/HTTPS.json @@ -0,0 +1 @@ +HTTP.json \ No newline at end of file -- cgit v1.1