Update: this config works for me:
server: alertmanagers: - scheme: http static_configs: - targets: - "my-existing-alertmanager-url" On Wednesday, April 3, 2024 at 11:54:33 PM UTC-7 Rui Zhu wrote: > Dear Prometheus Developers, > > I hope this message finds you well. I am currently working on setting up a > Prometheus instance in a Kubernetes cluster and I would like to connect it > to an existing remote Prometheus Alertmanager. The goal here is to make the > remote Alertmanager send slack notifications when alerts fire off on this > new Prometheus instance. > > I tried these two approaches in my prometheus.yaml file which are passed > in using `--values` for `helm install` but both are not working (please see > attached files). I'm using prometheus 2.51.0. > > Thanks in advance for your help! > > Best, > > *Rui Zhu *(he/him) > > Performance Software Engineer – MTS 2 > > [email protected] > > -- 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/acd74972-9a55-4892-997e-de9d3cf38ce4n%40googlegroups.com.

