diff options
| author | onefang | 2019-12-10 14:08:40 +1000 |
|---|---|---|
| committer | onefang | 2019-12-10 14:08:40 +1000 |
| commit | 31497fecacc3160152c991458c7fb7dbb52db4a0 (patch) | |
| tree | a1704287d4884596613623c2841c0e34b55a4ae1 /plugin | |
| parent | Make it suitable for apt-panopticon. (diff) | |
| download | apt-panopticon_cgp-31497fecacc3160152c991458c7fb7dbb52db4a0.zip apt-panopticon_cgp-31497fecacc3160152c991458c7fb7dbb52db4a0.tar.gz apt-panopticon_cgp-31497fecacc3160152c991458c7fb7dbb52db4a0.tar.bz2 apt-panopticon_cgp-31497fecacc3160152c991458c7fb7dbb52db4a0.tar.xz | |
Add apt-panopticon plugins.
Diffstat (limited to 'plugin')
| l--------- | plugin/FTP.json | 1 | ||||
| l--------- | plugin/HTTP.json | 1 | ||||
| -rw-r--r-- | plugin/HTTPS.json | 52 | ||||
| l--------- | plugin/RSYNC.json | 1 |
4 files changed, 55 insertions, 0 deletions
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 @@ | |||
| 1 | { | ||
| 2 | "Tests": { | ||
| 3 | "title": "Issuess on {{HOST}}", | ||
| 4 | "vertical": "count", | ||
| 5 | "type": "stacked", | ||
| 6 | "legend": { | ||
| 7 | "ProtocolWarnings": { | ||
| 8 | "name": "Protocol warnings", | ||
| 9 | "color": "0000ff" | ||
| 10 | }, | ||
| 11 | "URLSanityErrors": { | ||
| 12 | "name": "URLSanity errors", | ||
| 13 | "color": "ff00ff" | ||
| 14 | }, | ||
| 15 | "IntegrityErrors": { | ||
| 16 | "name": "Integrity errors", | ||
| 17 | "color": "ff0000" | ||
| 18 | }, | ||
| 19 | "IntegrityWarnings": { | ||
| 20 | "name": "Integrity warnings", | ||
| 21 | "color": "ffff00" | ||
| 22 | }, | ||
| 23 | "UpdatedErrors": { | ||
| 24 | "name": "Updated errors", | ||
| 25 | "color": "880000" | ||
| 26 | }, | ||
| 27 | "UpdatedWarnings": { | ||
| 28 | "name": "Updated warnings", | ||
| 29 | "color": "888800" | ||
| 30 | } | ||
| 31 | }, | ||
| 32 | "legend_format": "%5.0lf" | ||
| 33 | }, | ||
| 34 | "Speed": { | ||
| 35 | "title": "Speed range on {{HOST}}", | ||
| 36 | "vertical": "bytes per second", | ||
| 37 | "type": "stacked", | ||
| 38 | "legend": { | ||
| 39 | "max": { | ||
| 40 | "name": "Maximum", | ||
| 41 | "color": "ffff00" | ||
| 42 | }, | ||
| 43 | "min": { | ||
| 44 | "name": "Minimum", | ||
| 45 | "color": "000000" | ||
| 46 | } | ||
| 47 | }, | ||
| 48 | "legend_format": "%5.1lf%s", | ||
| 49 | "datasize": true | ||
| 50 | } | ||
| 51 | } | ||
| 52 | |||
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 | |||
