From 31497fecacc3160152c991458c7fb7dbb52db4a0 Mon Sep 17 00:00:00 2001 From: onefang Date: Tue, 10 Dec 2019 14:08:40 +1000 Subject: Add apt-panopticon plugins. --- plugin/HTTPS.json | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 plugin/HTTPS.json (limited to 'plugin/HTTPS.json') diff --git a/plugin/HTTPS.json b/plugin/HTTPS.json new file mode 100644 index 0000000..ac6f719 --- /dev/null +++ b/plugin/HTTPS.json @@ -0,0 +1,52 @@ +{ + "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" + }, + "Speed": { + "title": "Speed range on {{HOST}}", + "vertical": "bytes per second", + "type": "stacked", + "legend": { + "max": { + "name": "Maximum", + "color": "ffff00" + }, + "min": { + "name": "Minimum", + "color": "000000" + } + }, + "legend_format": "%5.1lf%s", + "datasize": true + } +} + -- cgit v1.1