You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think there was a bug in 0.27.0 which prevents this from working (see #3728). The fix should be in the next release. However, I'm not sure when that will be, so you might need to keep using the main image until 0.27.1 is released.
What did you do?
I tried to use the latest Docker Image prom/alertmanager:v0.27.0 with a webhook_url_file in https://prometheus.io/docs/alerting/latest/configuration/#msteams_config, because the feature should be supported for 0.27.0 according to the Changelog.
What did you expect to see?
Prometheus should be able to read the URL from webhook_url_file.
What did you see instead? Under which circumstances?
The docker container displays the error and keeps restarting:
ts=2024-06-23T20:09:11.319Z caller=coordinator.go:118 level=error component=configuration msg="Loading configuration file failed" file=/etc/alertmanager/alertmanager.yml err="no msteams webhook URL provided"
This issue does not occur with prom/alertmanager:main, then the webhook_url_file is read successfully.
Environment
The text was updated successfully, but these errors were encountered: