mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
[Feature Request] Add option to select different notifications for DOWN and UP #3115
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#3115
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 @mh166 on GitHub (Feb 9, 2024).
📑 I have found these related issues/pull requests
🏷️ Feature Request Type
Settings
🔖 Feature description
It should be possible to optionally select a different notification for the
UPmessage.Use cases:
DOWNorUPevents respectively.✔️ Solution
UPmessage" should be added to the notification settings of each monitor. If enabled, the notification methods select above would only be used forDOWNmessages.UPmessages.DOWNevents and omit information about changes back toUPstatus.❓ Alternatives
DOWNandUPmessages above the list of notification providers.DOWNUP📝 Additional Context
The idea behind all of this is that I want to hear an alarm and have a different vibration pattern for the notifications on my phone depending on wether a service goes down or comes back up. I want to be sure to receive the
DOWNnotification, but I don't care if only way later I see that the service isUPagain.Therefore, I would add the same notification provider twice (e.g. Telegram and Ntfy in my case). The one named "Ntfy - UP", for example, would just receive Priority 3 or 4 (medium / high). Then I'd add another instance of this provider, call it "Ntfy - DOWN" and set the priority to 5 (max). I can then configure my phone to treat those messages in a certain way.
This general approach using the monitor settings instead of making changes to the notification provider itself would allow for a more flexible and fine-grained approach, as one could use it with every notification provider available and mix and match as required.
// Edit: found more duplicates
@CommanderStorm commented on GitHub (Feb 9, 2024):
Duplicate of #508
@mh166 commented on GitHub (Feb 9, 2024):
Sorry, I found the other issue(s) only now (see my edit above) – pretty much at the same time that you were posting. Thanks for your work. 😊
@CommanderStorm commented on GitHub (Feb 9, 2024):
Have not looked into these, but some may be mergable => will look into this in the evening/weekend