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/FTP.json | 1 + plugin/HTTP.json | 1 + plugin/HTTPS.json | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ plugin/RSYNC.json | 1 + 4 files changed, 55 insertions(+) create mode 120000 plugin/FTP.json create mode 120000 plugin/HTTP.json create mode 100644 plugin/HTTPS.json create mode 120000 plugin/RSYNC.json diff --git a/plugin/FTP.json b/plugin/FTP.json new file mode 120000 index 0000000..8d0efb8 --- /dev/null +++ b/plugin/FTP.json @@ -0,0 +1 @@ +HTTPS.json \ No newline at end of file diff --git a/plugin/HTTP.json b/plugin/HTTP.json new file mode 120000 index 0000000..8d0efb8 --- /dev/null +++ b/plugin/HTTP.json @@ -0,0 +1 @@ +HTTPS.json \ No newline at end of file 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 + } +} + diff --git a/plugin/RSYNC.json b/plugin/RSYNC.json new file mode 120000 index 0000000..8d0efb8 --- /dev/null +++ b/plugin/RSYNC.json @@ -0,0 +1 @@ +HTTPS.json \ No newline at end of file -- cgit v1.1