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
The text was updated successfully, but these errors were encountered:
benclapp
changed the title
Affected alerts are not returned on the page of a silence in 0.9.0
[Bug] Affected alerts are not returned on the page of a silence in 0.9.0
Sep 29, 2017
I discovered it with the alertmanager docker image. So starting with one of the command flags set like below. It was working OK in 0.8.0 and now, after the fix you made in #1008. Below is a snippet of a docker-compose I was able to reproduce the issue with:
The 'Affected alerts' field of an active silence is displaying 'Network error' rather than the alerts affected by this silence.
It looks like the request to get affected alerts has dropped the web.external-url value from the request.
Version 0.8.0 was requesting: http://alertmanager.foo.bar:9093/api/v1/alerts?silenced=true&filter=action%3D%22scale-in%22
Version 0.9.0 is requesting: http://alerts?silenced=true&filter=action%3D%22scale-in%22
The text was updated successfully, but these errors were encountered: