mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
[Feature] limit a notification method's use by time of day. #544
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#544
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 @zombiehoffa on GitHub (Nov 9, 2021).
⚠️ Please verify that this feature request has NOT been suggested before.
🏷️ Feature Request Type
UI Feature
🔖 Feature description
it would be great to be able to change and/or limit a notification method by time of day. In my specific case I would like to specify notifications by telegram during business hours but switch to another, less invasive, notification outside of business hours. Telegram doesn't allow me to mute a specific bot for specific hours and I can't mute the telegram app because I get notifications I want to be interrupted for outside of business hours from a different bot.
✔️ Solution
per notification method time limits and ability to specifify alternative notification method, or per monitor notification method scheduling (this would probably be better).
❓ Alternatives
limiting notification disturbance at the end point (my phone)
📝 Additional Context
No response
@deefdragon commented on GitHub (Nov 10, 2021):
Going to cross reference #233, and I think time of day settings have been requested specifically before, but I was unable to find it.
@alie2n commented on GitHub (Nov 12, 2021):
The most flexible way to handle this would be by specifying timeperiods and assign these to notifications of monitors. Thats the way nagios handles this kind of request.
For ease of use a timeperiod 24x7 could be defined and assigned to each notification of each monitor.
It would make sense to have different notification timeperiod per monitor and/or notification channel.