mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Not sending DOWN -> .. -> UP notifications for docker and webhook if transtioning DOWN -> PENDING -> UP, only while DOWN -> UP #4233
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#4233
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 @derekoharrow on GitHub (Jul 31, 2025).
📑 I have found these related issues/pull requests
N/A
🛡️ Security Policy
📝 Description
I've setup a basic monitor of a docker container. I've also setup a notification monitor to call a webhook when monitors go up/down.
The webhook is being called when the monitor goes down, but it's not being called when it goes back up.
Looking at my docker logs for UK, it seems that it detects the container as being down/exited. It then detects it as pending, but it never goes back to "up".
U.K. does now show that the autoheal container is Up, but there's nothing in the log, and no webhook triggered.
Any ideas?
👟 Reproduction steps
See above
👀 Expected behavior
Webhook should be called when container goes back Up.
😓 Actual Behavior
Webhook only being called when Container goes Down.
🐻 Uptime-Kuma Version
Version: 2.0.0-beta.3
💻 Operating System and Arch
Docker on Ubuntu
🌐 Browser
Edge
🖥️ Deployment Environment
Version: 2.0.0-beta.3
Frontend Version: 2.0.0-beta.3
📝 Relevant log output
@derekoharrow commented on GitHub (Jul 31, 2025):
It does look like this might just be to do with this one container...