skip to Main Content

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


  1. 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

    Login or Signup to reply.
  2. 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

    Login or Signup to reply.
  3. Telegram support just made it into the alertmanager itself. The configuration part is already documented.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search