Hi Nina Sc wrote:
Is there a way to use the alert manager to send an alert to external API, I mean instead using excage server or slack etc, I will provide an endpoint like `https://mypullendpoint.host.com` and the alert manager will send the alert to this URL ?
Yes you need to define receivers and webhook. such as: receivers: - name: "alerta" webhook_configs: - url: 'http://localhost:8080/webhooks/prometheus' send_resolved: true please refer these: https://alerta.io/ https://github.com/alerta/prometheus-config Regards. -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/375f41af-8bfb-e0c6-c4ec-38a0c6ca0847%40gmx.ie.

