Uptime Feature #575
sapiderman
started this conversation in
Symon
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So a monitoring dashboard will need some kind of Uptime calculcation I think.
Since for symon, up and down events are based on incidents and recoveries from Monika probes, we can calculate
downtime: TimeRecovered - TimeOfIncident
Therefore: Total Uptime = Total_time_monitored - Total_downtime.
If we can get just the data for 24 hours, total time for a week is just the daily summation of the uptime down times.
poke: @kevin-hyperjump
edited: typo
Beta Was this translation helpful? Give feedback.
All reactions