mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
[REQ, FEAT] A Maintenance mode window / 'calendar' per device would be nice #2775
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#2775
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 @jaxjexjox on GitHub (Nov 12, 2023).
⚠️ Please verify that this feature request has NOT been suggested before.
🏷️ Feature Request Type
Other
🔖 Feature description
If a system regularly goes down from say 09:00pm until 11pm, every second Saturday, it would be lovely to be able to click a box, go into maintenance calendar designer and just mark out rules which stop alerting for this system during this time window.
✔️ Solution
Option 1:
Per 'system' calendar, that allows for a 'time window' where the system being out of action, doesn't trigger a notification.
Option 2:
Another solution that would also be perhaps less work for the developers.......
Configuring an option to disable ALL alerting outside of XYZ hours (example 7am -> 8pm Monday to Friday) Alerting is enabled
Any outages NOT during this time, do not get notification.
Example:
3am Sunday night, System 1,2,3 go down.
7am Monday morning, systems 1,2 are back up, system 3 is still down.
As it's now 7am and system 3 is still down, notification window is now open:
"Warning system #3 went down outside of notification window and did not come back up, by 7am"
The long story short, is I monitor a lot of systems, many of which get a reboot once a fortnight for example at obscure times, I'd love to not be notified of these reboots.
❓ Alternatives
Nothing comes to mind, sorry.
📝 Additional Context
Dummy screenshot here:
https://i.imgur.com/dMVeGfo.png
Oh and thank you for the hard work as always, it's truly appreciated.
@CommanderStorm commented on GitHub (Nov 12, 2023):
Would you not be able to add this as a maintance window using cron?

@CommanderStorm commented on GitHub (Nov 12, 2023):
Linking Related Issues: https://github.com/louislam/uptime-kuma/issues/3792 https://github.com/louislam/uptime-kuma/issues/3404
@jaxjexjox commented on GitHub (Nov 12, 2023):
Sorry I have no idea where you're configuring that? I tried looking and I can't see it.
Wait, no I think I've found it - in the "schedule Maintenance" section which is already added to the application......! err golly, apologies. Let me play with this, thank you @CommanderStorm how embarrassing.
I guess my only wish now is that bulk edit menu! ....... oh that bulk edit menu.
Thanks so much.
@jaxjexjox commented on GitHub (Nov 12, 2023):
I believe this is potentially already handled by the app! thank you.
@CommanderStorm commented on GitHub (Nov 12, 2023):
Bulk edit menus are tracked in https://github.com/louislam/uptime-kuma/issues/455 https://github.com/louislam/uptime-kuma/issues/2934 https://github.com/louislam/uptime-kuma/issues/1323
If you wan't to tackle some part of this work, here is our contribution guide
github.com/louislam/uptime-kuma@5b6522a54e/CONTRIBUTING.md@jaxjexjox commented on GitHub (Nov 12, 2023):
I just played with it, my only observation was, unless I did something wrong, I would love to just tick "all" (I didn't see it) instead of the 80+ systems I had to seleect.
It's probably there and I just didn't look.
Thanks so much.