Hello!

I want to send my alerts to alertmanager with path_prefix. It's working 
properly without path_prefix. But when I try add path_prefix, the page show 
me "404 page not found". My prometheus version is 2.12.0 and alertmanager 
is 0.25.0. I've tried a few options. What should I do wrong? Maybe versions 
are not compatible? My alerting section in prometheus.yaml:

alerting:
  alertmanagers:
  - path_prefix: "my/path/"
    static_configs:
    - targets:
      - localhost:9093

When I'm trying localhost:9093/my/path I see "404 page not found".

I also tried on my virtual machine with prometheus version 2.32.1 and 
alertmanager version 0.23.0 and have the same issue.

Thank you in advance for hints.

Regards,
Damian

-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/74977ad1-28a3-400b-8260-44e62bf223e7n%40googlegroups.com.

Reply via email to