mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
option to accept informational messages or third status for push monitors #3827
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#3827
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 @ww7 on GitHub (Dec 11, 2024).
⚠️ Please verify that this question has NOT been raised before.
🛡️ Security Policy
📝 Describe your problem
I'm monitoring free disk space on many nodes and using a single Push monitor.
After the first
downevent triggered, Kuma not accept additionaldownevents and waiting forup.I need some workaround to push additional notifications when it already at
down. Like:It can be an option of Push monitor to accept additional down events.
Or/also middle
statuslikeinform.📝 Error Message(s) or Log
No response
🐻 Uptime-Kuma Version
2 beta
💻 Operating System and Arch
Ubuntu 24.04 x86
🌐 Browser
Firefox
🖥️ Deployment Environment
Runtime: Docker
@CommanderStorm commented on GitHub (Dec 11, 2024):
Please only use one monitor per thing that you want to monitor instead.
@ww7 commented on GitHub (Dec 11, 2024):
I'm sure and believe my request is reasonable.
I already have many monitors.
With 30+ nodes (monitorings) it will be difficult to manage, hard to script, and Kuma database overuse.
I already use complex monitoring over the whole Proxmox Cluster via API with a single script and single Push monitor:
Only missing easy, straightforward way to be perfect.
Sure I can send notifications from the script, but will love to log all events with Kuma.
@github-actions[bot] commented on GitHub (Mar 18, 2025):
We are clearing up our old
help-issues and your issue has been open for 60 days with no activity.If no comment is made and the stale label is not removed, this issue will be closed in 7 days.
@ww7 commented on GitHub (Mar 18, 2025):
Any chance to have some custom informational status?
Without changing of
upordownstatus, just for recording and notifications about current state.@github-actions[bot] commented on GitHub (May 17, 2025):
We are clearing up our old
help-issues and your issue has been open for 60 days with no activity.If no comment is made and the stale label is not removed, this issue will be closed in 7 days.
@CommanderStorm commented on GitHub (May 17, 2025):
No other monitor has informational satuses and this does not really fit into our model of important and not important events.
@ww7 commented on GitHub (May 18, 2025):
@CommanderStorm
Request means not unimportant events, but the ability to receive additional alerts when monitor down, possibly with different messages.
@CommanderStorm commented on GitHub (May 18, 2025):
Actually, your core issue is that how you would like to run things (1 monotor = n things being monitored) does not work with how we recomend to do things (1 monotor = 1 thing being monitored).
If you just split those things, you won't have a problem using a single push monitor for this is not recomened.
@ww7 commented on GitHub (May 19, 2025):
No, request indeed about the ability to receive status updates and new messages additionally either if monitor already in same state (up or down).
@nneul commented on GitHub (Jul 27, 2025):
I think rephrasing this feature request as:
[X] change in push message content should be triggered as new event
Even ignoring the "multiple monitors" aspect - being able to "update the down or up status" without toggling from down/up/down would be useful if the push monitor is "partial" and reporting something more than just a binary state. i.e. think if you were using it to report a disk space error, it would be good to have the message update.
Note in MY use case, I don't care as much about the repeat notification, but I do want to be able to see the latest message on the dashboard. Right now, that message update is only visible during a state change.
@ww7 commented on GitHub (Jul 28, 2025):
Indeed.
On my request within event message update asking for optional notification.