aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/HTTP.json
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/HTTP.json')
-rw-r--r--[l---------]plugin/HTTP.json59
1 files changed, 58 insertions, 1 deletions
diff --git a/plugin/HTTP.json b/plugin/HTTP.json
index 8d0efb8..2c27f37 120000..100644
--- a/plugin/HTTP.json
+++ b/plugin/HTTP.json
@@ -1 +1,58 @@
1HTTPS.json \ No newline at end of file 1{
2 "Tests": {
3 "title": "Issues on {{HOST}}",
4 "vertical": "count",
5 "type": "stacked",
6 "legend": {
7 "URLSanityErrors": {
8 "name": "URLSanity errors",
9 "color": "440000"
10 },
11 "URLSanityWarnings": {
12 "name": "URLSanity warnings",
13 "color": "004400"
14 },
15 "URLSanityTimeouts": {
16 "name": "URLSanity timeouts",
17 "color": "000044"
18 },
19 "ProtocolErrors": {
20 "name": "Protocol errors",
21 "color": "880000"
22 },
23 "ProtocolWarnings": {
24 "name": "Protocol warnings",
25 "color": "008888"
26 },
27 "ProtocolTimeouts": {
28 "name": "Protocol timeouts",
29 "color": "000088"
30 },
31 "UpdatedErrors": {
32 "name": "Updated errors",
33 "color": "bb0000"
34 },
35 "UpdatedWarnings": {
36 "name": "Updated warnings",
37 "color": "00bbbb"
38 },
39 "UpdatedTimeouts": {
40 "name": "Updated timeouts",
41 "color": "0000bb"
42 },
43 "IntegrityErrors": {
44 "name": "Integrity errors",
45 "color": "ffffff"
46 },
47 "IntegrityWarnings": {
48 "name": "Integrity warnings",
49 "color": "00ff00"
50 },
51 "IntegrityTimeouts": {
52 "name": "Integrity timeouts",
53 "color": "0000ff"
54 }
55 },
56 "legend_format": "%5.0lf"
57 }
58}