Hi, I have Prometheus and Alertmanager running behind an Apache Proxy.
With my current config i only get an 404 for that site.
I start Alertmanager with following flags:
ExecStart=/etc/alertmanager/alertmanager --config.file=/etc/alertmanager/alertmanager.yml --storage.path=/etc/alertmanager/data --cluster.listen-address= --web.config.file=/etc/prometheus/web.yml --web.external-url=
https://my.url.com/alertmanager --web.route-prefix=/alertmanager
and my Proxy looks like this:
<VirtualHost *:443>
...
</VirtualHost>
please send some help!!!