AlertmanagerRocketChat
AlertmanagerRocketChat copied to clipboard
Integration of Alertmanager notifications in RocketChat
Some rules have text in message field/annotation instead of description or summary.
added clear resolver color and ability to mention concrete user/group through alert
I didn't have the same fields as in your script with a newer prometheus. Some people might have the same issue some I made a PR.
I'm trying to integrate RocketChat for Alertmanager's notification and using the provided AlertmanagerIntegrations.js to parse the alerts. Whereas the messages are not parsed as expected. As we can see in...
Hi! Everything is fine except of push notifications. On mobile phones there are notifications like ``` # : Uploaded a file ``` But message is simple text. May be the...
Not an issue, I just thought you might be interested to know that I figured out how to break up the incoming webhook into multiple messages. https://github.com/kneufeld/rchat-alerts
I want to connect this plugin to multiple RocketChat channels, by alert severity. I tried: route: repeat_interval: 4h group_interval: 10m receiver: warning_alerts routes: - match: severity: critical receiver: critical_alerts receivers:...
Thank you for the project, I don't know if this is an issue or a misunderstand on my part. I set the script integration and restart the service and test...
Hey, First of all thanks for your little snippet for the Prometheus AlertManager for Rocketchat. I tried to get this work, but I get this error Message here: ``` alertmanager_1...