Currently, the audit just checks total failures.
Instead, it should do a sliding window or something to determine the total outage time.
Since successful pings take only a few ms, our 1 second interval is fine.
When the unsuccessful ping blocks for 3 seconds, it shows 1 failure but took 3 seconds.
We should monitor the total downtime.
Calculate uptime percentage.
Currently, the audit just checks total failures.
Instead, it should do a sliding window or something to determine the total outage time.
Since successful pings take only a few ms, our 1 second interval is fine.
When the unsuccessful ping blocks for 3 seconds, it shows 1 failure but took 3 seconds.
We should monitor the total downtime.
Calculate uptime percentage.