mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
UP notification not sent when maintenance ends if DOWN before maintenance started #2766
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#2766
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 @exterrestris on GitHub (Nov 9, 2023).
⚠️ Please verify that this bug has NOT been raised before.
🛡️ Security Policy
Description
Services that were down before maintenance mode was enabled do not send 'up' notifications if up when maintenance mode disabled
👟 Reproduction steps
👀 Expected behavior
Notification that service was up when maintenance mode ends
😓 Actual Behavior
No notification sent
🐻 Uptime-Kuma Version
1.23.3
💻 Operating System and Arch
Ubuntu 20.04 amd64
🌐 Browser
Firefox 119.0
🐋 Docker Version
24.0.7
🟩 NodeJS Version
No response
📝 Relevant log output
No response
@CommanderStorm commented on GitHub (Nov 10, 2023):
I would not consider this a bug, more a consequence of what maintance mode is: essentially a notification pause
=> no notifications will get through
=> a up notification should also not get through if triggered during the maintenance mode
@exterrestris commented on GitHub (Nov 10, 2023):
Maintenance mode behaves as a pause in checking monitors (since there are no metrics recorded for the monitor whilst under maintenance) - that notifications are also paused is a side effect of that. Given that, I think expecting a notification if the state is different when maintenance mode ends to when the last notification was sent is entirely reasonable
@enigmaoftech commented on GitHub (May 7, 2024):
Is there a way to send a notification out for planned maintenance? If not this would be nice to alert a group/channel.
@CommanderStorm commented on GitHub (May 7, 2024):
@enigmaoftech this is tracked in #2462