Hi there,
I am currently using the Prometheus Bosh Release. I configured Alertmanager and Prometheus in such a way that both are using an external_url.
Now I am facing the problem that Prometheus is not able to trigger alerts to the Alertmanager because of using the IP without any prefix to the url.
The Bosh release starts the Alertmanager with the -alertmanager.url="IP:9093" option. I've tried to add the prefix by configuring the following:
alerting:
alertmanagers:
- path_prefix: "/alertmanager"
- scheme: http
When I check the error logs of Prometheus I can see that it is trying to reach alertmanagerIP:9093/api/v1/alerts instead of alertmanagerIP:9093/alertmanager/api/v1/alerts.
Is it possible that the /path_prefix is not working with the -alertmanager.url option ?
Thanks for your help,
Regards,
Benjamin