I didn't found any proof that Alertmanager supports this feature, so I write an Alerts-Collector(https://github.com/morvencao/alerts-collector) that implements a webhook server to receive alerts from downstream Alertmanager and performs an alert forward to upstream Alertmanager instances. <https://github.com/morvencao/alerts-collector#why>
On Friday, April 23, 2021 at 1:10:00 PM UTC+8 Morven Cao wrote: > I’m stuck in how to forward alerts from one alertmanager to another > alertmanager. > > Looks like the alertmanager doesn’t provide the interface to > forward alerts, the only way I can figure out is using the Alertmanager > webhook receiver > <https://prometheus.io/docs/operating/integrations/#alertmanager-webhook-receiver>, > > I have to write my own webhook server to receive alerts from the source > alertmanager and then forward the alerts to the target alertmanager, does > it make sense? > > Any insight? Appreciate it if anyone can help on this. -- 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/9b4c8551-e65a-4aef-8ec5-2b8381d89dc8n%40googlegroups.com.

