-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Filter Alerts for Notification #3585
Comments
An alternative is to use Grafana Oncall for your escalation needs (see #2783 => this will probably be avaliable in |
Thank you for this alternative solution, Im going to look into this, although I'm curious if there is a more simple or primitive solution here. Louislam is the one who determines if suggested feature ideas are going to be looked into any further right? |
Currently not, but that is why you opened the
Yes, Louis has the final say on what gets merged.
tldr: Reasonable implementations of reasonable features are likely to get merged. |
🏷️ Feature Request Type
UI Feature, Other
🔖 Feature description
Uptime Kuma is an amazing replacement for Uptime Robot as Kuma excels in places Uptime Robot can not. However, there are a few features that I really wish Kuma had, such as filtering of alerts. What I mean by this is the ability to filter what alerts are sent on a notification type. For example, I have a ton of sites that I like to monitor with Kuma, and Id love to be able to send SSL/Cert Alerts to one google chat, and the rest of the alerts to another chat. This would allow more organization of messages and allow a more efficient workflow. My current fix for this is very much a duck tape type fix where I essentially duplicated the google chat notification code and made one of them have server logic that only allows SSL messages to be sent and the other does the opposite.
✔️ Solution
A perfect solution for this would be some sort of checkbox or drop down on the Notification Setup menu that would allow for more configuration of what alerts will be sent through the notification method, (i.e. All, SSL/CERT ONLY, KEYWORD ONLY, 503 ERROR?).
❓ Alternatives
Im not sure of any alternative solutions for this issue. I have a duck tape type fix right now which can be seen in the attached image. I am NOT at all suggesting this is a viable solution, this is only what I had time for.
📝 Additional Context
No response
The text was updated successfully, but these errors were encountered: