diff options
author | onefang | 2019-12-31 16:21:10 +1000 |
---|---|---|
committer | onefang | 2019-12-31 16:21:10 +1000 |
commit | 5e66dbfd012a8438004218dee3df47b14fd50bb5 (patch) | |
tree | fefc3b1397fba770f6154038dbf4a520f0c22d4f | |
parent | Rejig the graphs. (diff) | |
download | apt-panopticon_cgp-5e66dbfd012a8438004218dee3df47b14fd50bb5.zip apt-panopticon_cgp-5e66dbfd012a8438004218dee3df47b14fd50bb5.tar.gz apt-panopticon_cgp-5e66dbfd012a8438004218dee3df47b14fd50bb5.tar.bz2 apt-panopticon_cgp-5e66dbfd012a8438004218dee3df47b14fd50bb5.tar.xz |
Add redirects graphs.
Diffstat (limited to '')
-rw-r--r-- | conf/types.db | 2 | ||||
-rw-r--r-- | plugin/HTTP.json | 12 |
2 files changed, 13 insertions, 1 deletions
diff --git a/conf/types.db b/conf/types.db index e7123e9..36d9c3c 100644 --- a/conf/types.db +++ b/conf/types.db | |||
@@ -1,2 +1,2 @@ | |||
1 | Speed max:GAUGE:0:U, min:GAUGE:0:U | 1 | Speed max:GAUGE:0:U, min:GAUGE:0:U |
2 | Tests URLSanityErrors:GUAGE:0:U, URLSanityWarnings:GUAGE:0:U, URLSanityTimeouts:GUAGE:0:U, ProtocolErrors:GUAGE:0:U, ProtocolWarnings:GUAGE:0:U, ProtocolTimeouts:GUAGE:0:U, UpdatedErrors:GUAGE:0:U, UpdatedWarnings:GUAGE:0:U, UpdatedTimeouts:GUAGE:0:U, IntegrityErrors:GUAGE:0:U, IntegrityWarnings:GUAGE:0:U, IntegrityTimeouts:GUAGE:0:U | 2 | Tests URLSanityErrors:GUAGE:0:U, URLSanityWarnings:GUAGE:0:U, URLSanityTimeouts:GUAGE:0:U, RedirectsErrors:GUAGE:0:U, RedirectsWarnings:GUAGE:0:U, RedirectsTimeouts:GUAGE:0:U, ProtocolErrors:GUAGE:0:U, ProtocolWarnings:GUAGE:0:U, ProtocolTimeouts:GUAGE:0:U, UpdatedErrors:GUAGE:0:U, UpdatedWarnings:GUAGE:0:U, UpdatedTimeouts:GUAGE:0:U, IntegrityErrors:GUAGE:0:U, IntegrityWarnings:GUAGE:0:U, IntegrityTimeouts:GUAGE:0:U |
diff --git a/plugin/HTTP.json b/plugin/HTTP.json index 2c27f37..364a8ca 100644 --- a/plugin/HTTP.json +++ b/plugin/HTTP.json | |||
@@ -16,6 +16,18 @@ | |||
16 | "name": "URLSanity timeouts", | 16 | "name": "URLSanity timeouts", |
17 | "color": "000044" | 17 | "color": "000044" |
18 | }, | 18 | }, |
19 | "RedirectsErrors": { | ||
20 | "name": "Redirect errors", | ||
21 | "color": "660000" | ||
22 | }, | ||
23 | "RedirectsWarnings": { | ||
24 | "name": "Redirect warnings", | ||
25 | "color": "006666" | ||
26 | }, | ||
27 | "RedirectsTimeouts": { | ||
28 | "name": "Redirect timeouts", | ||
29 | "color": "000066" | ||
30 | }, | ||
19 | "ProtocolErrors": { | 31 | "ProtocolErrors": { |
20 | "name": "Protocol errors", | 32 | "name": "Protocol errors", |
21 | "color": "880000" | 33 | "color": "880000" |