New Integrated alerting follows same custom-alertmanager-templates

When we started using Integrated alerting, alert stopped fringing to slack.
this the template we are using for integrated alerting does it apply the same?Custom Alertmanager Templates | Prometheus

config under /etc/alertmanager/alertmanager.yml and /etc/alertmanager/templates/

tail -f /srv/logs/alertmanager.log
level=error ts=2021-07-14T03:31:50.609Z caller=dispatch.go:309 component=dispatcher msg=“Notify for alerts failed” num_alerts=1 err=“test-alert-temp/slack[1]: notify retry canceled due to unrecoverable error after 1 attempts: template: :1:12: executing "" at <{{template "slack.myorg.title" .}}>: template "slack.myorg.title" not defined”
level=error ts=2021-07-14T03:31:50.609Z caller=dispatch.go:309 component=dispatcher msg=“Notify for alerts failed” num_alerts=1 err=“email_router/email[0]: notify retry canceled after 15 attempts: establish connection to server: dial tcp xxxx: connect: connection refused”

We are unable to see alert fringe here

1 Like