aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/HTTP.json
blob: 364a8cad4e3a9ecf9d292a61c1688d1d5a0397ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
	"Tests": {
		"title": "Issues on {{HOST}}",
		"vertical": "count",
		"type": "stacked",
		"legend": {
			"URLSanityErrors": {
				"name": "URLSanity errors",
				"color": "440000"
			},
			"URLSanityWarnings": {
				"name": "URLSanity warnings",
				"color": "004400"
			},
			"URLSanityTimeouts": {
				"name": "URLSanity timeouts",
				"color": "000044"
			},
			"RedirectsErrors": {
				"name": "Redirect errors",
				"color": "660000"
			},
			"RedirectsWarnings": {
				"name": "Redirect warnings",
				"color": "006666"
			},
			"RedirectsTimeouts": {
				"name": "Redirect timeouts",
				"color": "000066"
			},
			"ProtocolErrors": {
				"name": "Protocol errors",
				"color": "880000"
			},
			"ProtocolWarnings": {
				"name": "Protocol warnings",
				"color": "008888"
			},
			"ProtocolTimeouts": {
				"name": "Protocol timeouts",
				"color": "000088"
			},
			"UpdatedErrors": {
				"name": "Updated errors",
				"color": "bb0000"
			},
			"UpdatedWarnings": {
				"name": "Updated warnings",
				"color": "00bbbb"
			},
			"UpdatedTimeouts": {
				"name": "Updated timeouts",
				"color": "0000bb"
			},
			"IntegrityErrors": {
				"name": "Integrity errors",
				"color": "ffffff"
			},
			"IntegrityWarnings": {
				"name": "Integrity warnings",
				"color": "00ff00"
			},
			"IntegrityTimeouts": {
				"name": "Integrity timeouts",
				"color": "0000ff"
			}
		},
		"legend_format": "%5.0lf"
	}
}