My question is if we can use the alerts part of Prometheus to show them in Whatsapp or some kind of instant messaging.
Thank you very much from a newbie in this.
My question is if we can use the alerts part of Prometheus to show them in Whatsapp or some kind of instant messaging.
Thank you very much from a newbie in this.
3
Answers
it seems there are a lot of projects to connect telegram, many docker based but none of them is just that easy to setup anyway. Just as an example
https://github.com/metalmatze/alertmanager-bot
You ask about "some kind of instant messaging." Alert manager does not have a native integration for WhatsApp, but it does for the Slack instant messaging platform.
Info in the docs: https://prometheus.io/docs/alerting/latest/configuration/#slack_config
Telegram support just made it into the alertmanager itself. The configuration part is already documented.