Closed nexy7574 closed 1 year ago
I think this is a duplicate of https://github.com/louislam/uptime-kuma/issues/1888 If you agree, could you please close this Issue, as duplicates only create immortal zombies and are really hard to issue-manage? If not, what makes this issue unique enough to require an additional issue? (Could this be integrated into the issue linked above?) ^^
Note that our contribution guide can be found here
Ah, I didn't see that, my bad. This is a duplicate though, thank you :)
β οΈ Please verify that this feature request has NOT been suggested before.
π·οΈ Feature Request Type
UI Feature
π Feature description
On the status page, the length of uptime history appears to be determined by how frequently the uptime checks are made. For instance, monitors with 60 second intervals will show up to 45 minutes in history
This isn't great as that period can be really short, and is (as far as im aware) entirely non-configurable. It would be nice to have a setting that would say "Show uptime history for: 30m/1h/2h/3h/6h/12h/24h/48h/7d/1mo" and so on, rather than calculating it as it is currently.
βοΈ Solution
Currently, the only way to extend history is to decrease how often your monitor probes. This comes at a cost of realtime/frequent monitoring, in that you would now have to wait even longer for a probe to go out before being notified of downtime.
As mentioned, a great solution would simply to be able to choose how much uptime history is shown in the status page.
β Alternatives
No response
π Additional Context
This monitor is only checked every 5 minutes, and as such shows up to 4 hours of history (I assume due to less probes and data). Since this is a low priority service, I'm not too concerned about being notified of downtime within a matter of minutes of it going down.
These monitors are checked every 60 seconds as they're critical infrastructure and I need to be notified of unexpected downtime asap. However, on the status page, only <45 minutes are shown in the history. I'd like to be able to make this show the past hour.
This seems like a request that would make sense as the uptime badges () can display an arbitrary number of hours in the past, so I don't see why the status page itself is limited to 45 minutes for 60 second intervals.