Skip to content
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

Feature request: IRC alertmanager integration #4141

Closed
io7m opened this Issue May 5, 2018 · 5 comments

Comments

Projects
None yet
3 participants
@io7m
Copy link

io7m commented May 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!

@SuperQ

This comment has been minimized.

Copy link
Member

SuperQ commented May 5, 2018

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
https://github.com/metalmatze/alertmanager-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 SuperQ closed this May 5, 2018

@io7m

This comment has been minimized.

Copy link
Author

io7m commented May 5, 2018

Sorry, I was actually asked to report this one by bhenc on the IRC channel. Clearly I got the wrong repos.

@SuperQ

This comment has been minimized.

Copy link
Member

SuperQ commented May 5, 2018

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.

@brian-brazil

This comment has been minimized.

Copy link
Member

brian-brazil commented May 5, 2018

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.

@lock

This comment has been minimized.

Copy link

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.

@lock lock bot locked and limited conversation to collaborators Mar 22, 2019

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
You can’t perform that action at this time.