alertmanager icon indicating copy to clipboard operation
alertmanager copied to clipboard

Point alertmanager slack alert to prometheus query page

Open Shubham1406220 opened this issue 2 years ago • 1 comments

Hello,

I have configure alertmanager alert to notify on slack. The link is resolving to my alertmanager page instead of that can i point the url to my proemtheus

If not my alertmanager source section is not working, what i'm doing wrong

Shubham1406220 avatar Mar 05 '22 14:03 Shubham1406220

check https://prometheus.io/docs/alerting/latest/notifications/, by default the Slack message will use ExternalURL, the URL of Prometheus is GeneratorURL but it's different for each alert so you'd need to loop over all alerts.

simonpasquier avatar Mar 18 '22 17:03 simonpasquier