mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Bug when updating status change if using retries setting with a push monitor #4062
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#4062
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 @Hack3rH0g on GitHub (Mar 31, 2025).
📑 I have found these related issues/pull requests
None found.
🛡️ Security Policy
Description
I have created a push monitor with "Retries" set to 1. If the monitor goes down (sending out a down notification), enters the pending state, and then goes back up, there is no status change triggering a new notification to go out. In other words, the only notification I get is that the service went down, but there is no second notification that the service is actually running again, forcing me to manually check.
I created a test monitor as an example:
👟 Reproduction steps
Manual reproduction using a push monitor with retires set to 1:
👀 Expected behavior
The switch from down to up, even when the monitor goes into the pending state in between, should trigger a status change and send out a new notification.
😓 Actual Behavior
A status change to cause a new notification to be sent out is not registered.
🐻 Uptime-Kuma Version
1.23.16
💻 Operating System and Arch
Ubuntu
🌐 Browser
Firefox
🖥️ Deployment Environment
N/A
📝 Relevant log output