diff options
| author | onefang | 2019-12-27 13:49:32 +1000 |
|---|---|---|
| committer | onefang | 2019-12-27 13:49:32 +1000 |
| commit | 1595e59369f36c1720f63a9e0a2c113df68c7e9c (patch) | |
| tree | a0da967482ef1263b2507e923921c04fb67ea95e /plugin/HTTPS.json | |
| parent | Speed RRD is now it's own thing, not a separate one per protocol. (diff) | |
| download | apt-panopticon_cgp-1595e59369f36c1720f63a9e0a2c113df68c7e9c.zip apt-panopticon_cgp-1595e59369f36c1720f63a9e0a2c113df68c7e9c.tar.gz apt-panopticon_cgp-1595e59369f36c1720f63a9e0a2c113df68c7e9c.tar.bz2 apt-panopticon_cgp-1595e59369f36c1720f63a9e0a2c113df68c7e9c.tar.xz | |
Rejig the graphs.
Diffstat (limited to '')
| l---------[-rw-r--r--] | plugin/HTTPS.json | 35 |
1 files changed, 1 insertions, 34 deletions
diff --git a/plugin/HTTPS.json b/plugin/HTTPS.json index 2c6ddeb..919fd10 100644..120000 --- a/plugin/HTTPS.json +++ b/plugin/HTTPS.json | |||
| @@ -1,34 +1 @@ | |||
| 1 | { | HTTP.json \ No newline at end of file | |
| 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 | } | ||
