mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Extend reporting duration separate from refresh frequency #3624
Labels
No labels
A:accessibility
A:api
A:cert-expiry
A:core
A:dashboard
A:deployment
A:documentation
A:domain expiry
A:incidents
A:maintenance
A:metrics
A:monitor
A:notifications
A:reports
A:settings
A:status-page
A:ui/ux
A:user-management
Stale
ai-slop
blocked
blocked-upstream
bug
cannot-reproduce
dependencies
discussion
duplicate
feature-request
feature-request
good first issue
hacktoberfest
help
help wanted
house keeping
invalid
invalid-format
invalid-format
question
releaseblocker 🚨
security
spam
type:enhance-existing
type:new
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/uptime-kuma#3624
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mikeckennedy on GitHub (Sep 24, 2024).
📑 I have found these related issues/pull requests
None that I could find.
🏷️ Feature Request Type
Status-page
🔖 Feature description
When looking at the status pages, both the bars and more importantly the % uptime is based solely on the refresh frequency. This means you only see 30m - 2h of uptime status on the status page.
Can we please get a parameter to extend this? I'd love to have my refresh rate at 30s-60s, but my status page report the uptime for the last 30 days.
✔️ Solution
Add a setting to specify how large the time windows for the status pages are.
❓ Alternatives
Slow the refresh rate WAY down to a non-useful level. For example, I could set the refresh rate to ping the site every 11,160 sec, to get one month on the status page, but how representative of uptime will that be? Not very.
📝 Additional Context
Here is an example page:
https://uptimekuma.talkpython.fm/status/talk-python
See that it only shows between 30m-2h of uptime.
@CommanderStorm commented on GitHub (Sep 25, 2024):
Duplicate of #1888.
Please see https://github.com/louislam/uptime-kuma/issues/1888#issuecomment-2068191172 for further context what is needed to activate this feature in v2.
Closing as a duplicate
@mikeckennedy commented on GitHub (Sep 25, 2024):
Thanks @CommanderStorm I'm looking forward to v2 coming out.