Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upFeature request: IRC alertmanager integration #4141
Comments
This comment has been minimized.
This comment has been minimized.
|
IRC requires a persistent connection, which is not possible in an alertmanager cluster, as each one would require an independent connection. Googling for "alertmanager irc bot" returns several bots that implement webhook receivers. https://github.com/multimfi/bot In addition, I believe Matrix (Riot?) implement enough Slack API to pass messages to IRC. Also, the prometheus repo is not an appropriate place for an alertmanager feature request. |
SuperQ
closed this
May 5, 2018
This comment has been minimized.
This comment has been minimized.
|
Sorry, I was actually asked to report this one by |
This comment has been minimized.
This comment has been minimized.
|
No worries, I think it would be good to have some links to various webhook implementations somewhere. We could put this in our docs repo under the alertmanager docs, similar to how we list exporters. |
This comment has been minimized.
This comment has been minimized.
|
There's already a list on https://prometheus.io/docs/operating/integrations/#alertmanager-webhook-receiver The AM repo would have the disadvantage that it'd only get updated on release. |
This comment has been minimized.
This comment has been minimized.
lock
bot
commented
Mar 22, 2019
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
io7m commentedMay 5, 2018
Proposal
It would be good if Prometheus could send alert messages to IRC. It already supports sending messages to other chat protocols (some of which are proprietary), and IRC being a widely implemented, widely used open standard constitutes quite an omission!