Open
Description
It would be nice if it would be possible to see Daily Uptime of a system based on source of an access.log file. Each 2XX and 3XX status codes would be treated as the system was available when 4XX and 5XX status codes would be treated as the system was unavailable.
For instance:
We have the following number of status codes in the access.log file:
Date | No of 2XX | No of 3XX | No of 4XX | No of 5XX |
---|---|---|---|---|
14/Feb/2019 | 400 | 600 | 0 | 0 |
15/Feb/2019 | 300 | 500 | 100 | 100 |
16/Feb/2019 | 0 | 0 | 1000 | 0 |
and based on those data the chart would show:
Date | Daily Uptime |
---|---|
14/Feb/2019 | 100% |
15/Feb/2019 | 80% |
16/Feb/2019 | 0% |