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 /plugin | |
| 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 'plugin')
| -rw-r--r-- | plugin/HTTP.json | 12 |
1 files changed, 12 insertions, 0 deletions
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" |
