mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
status page: normalize push monitor #4643
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#4643
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 @cachho on GitHub (Jan 26, 2026).
📑 I have found these related issues/pull requests
search for
is:issue push monitor status pagegave no meaningful results from what I could find.somewhat related to #1888 in theory, although this is coming from a different problem.
🔖 Feature description
I'm not sure if normalize is the right term, please correct.
I'm using a push monitor on registration. I want to publicly report the status of the registration by including it on a uptime-kuma status page.
The problem is that it shows the timestamp for every single sign-up and thus my user numbers become public.
Another issue with this is that the beats are not evenly spaced for push monitors, e.g. in this example, the left and the middle are both 18 hours ago when users would expect it to be 9h.
This would also be solved with a feature like this.
✔️ Solution
To normalize the push monitor specifically on the status page, it could be normalized to show a "beat" for instance for every full hour, where it look at the most recent status at this point in time and displays it as such.
There could be a setting to configure the time frame.
❓ Alternatives
I love push monitors, it works really well, but at the end of the day, what's useful for me might not be the information I'm trying to convey to my users.
📝 Additional Context
Version 2.0.1
@CommanderStorm commented on GitHub (Jan 26, 2026):
not sure how this is different from #1888