mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Option to only notify for up and down #4440
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#4440
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 @babaoon on GitHub (Nov 13, 2025).
📑 I have found these related issues/pull requests
The Idea is coming from -> #2791
🏷️ Feature Request Type
New notification-provider
🔖 Feature description
We are a mid-sized company in Austria and would like to integrate two options, up/down, into our notifications so that we can send the right notification at exactly the right time. We are aware that we can integrate middleware to query this, but we find this option very useful to implement in the application itself. What do we need to do to integrate this into the standard ourselves? Here is our earlier request → #2791
✔️ Solution
❓ Alternatives
No response
📝 Additional Context
No response
@CommanderStorm commented on GitHub (Nov 13, 2025):
If you disable certificate expiry and don't press the test button, only UP/DOWN will be shown.
Notification filtering beyond this is tracked in the issue I linked in the issue you are refering to (another issue just splits the room further) ^^
If such an implementation is simple, maintainable => "fits", that would be great indeeed
Would love such an impl. this is likely not that hard to implement, but might require a PR beforehand to clean some of the code around the notification triggering code.