mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Paused monitor still be monitored #2808
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#2808
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 @solracsf on GitHub (Nov 19, 2023).
⚠️ Please verify that this bug has NOT been raised before.
🛡️ Security Policy
Description
When a monitor is paused it still be monitored. It shouldn't.
👟 Reproduction steps
👀 Expected behavior
Paused monitor should be...paused.
😓 Actual Behavior
Paused monitor is monitored.
🐻 Uptime-Kuma Version
1.23.4
💻 Operating System and Arch
Ubutnu 22.0.4
🌐 Browser
Brave
🐋 Docker Version
No response
🟩 NodeJS Version
No response
📝 Relevant log output
No response
@chakflying commented on GitHub (Nov 19, 2023):
Duplicate of #4028, fixed in #4032, please check version
1.23.6.@solracsf commented on GitHub (Nov 20, 2023):
Thanks, but as here, monitor is not resumed (at least, it does not appear as resumed in the GUI, see the button "Resume" in my screenshot), I thought it was not the same issue.
@chakflying commented on GitHub (Nov 20, 2023):
When I reproduced this, the UI is indeed paused, but the heartbeats continues to get updated, and a refresh of the browser would show the correct status, which is running.
I believe it's related to the way
checkMonitorsresumes monitors where the status does not get sent to clients.@chakflying commented on GitHub (Nov 24, 2023):
Fixed by #4088.