alerta / prometheus-config

Prometheus config for Alerta
MIT License
255 stars 102 forks source link

Multiple sources support (Alertmanager webhooks) #27

Closed hextrim closed 1 year ago

hextrim commented 4 years ago

Hi,

Wondering before I make any PoC testing, if it would be possible to integrate multiple alertmanager webhooks pointing at Alerta?

Would Alerta be able to manager multiple Prometheus(Alertmanager) sources?

Regards, Wojtek

satterly commented 4 years ago

Yes it should work fine. I'd be interested to know how it works out -- good or bad. Thanks.

n0guest commented 4 years ago

Yes it should work fine. I'd be interested to know how it works out -- good or bad. Thanks.

We have dozens of AlertManagers integrated with N nodes of Alerta (backed by MongoDB). It works smooth for months. It's all about correlation between alert rules in Prometheus and Alerta's internal logic (i.e. events processing).

satterly commented 1 year ago

See https://github.com/alerta/alerta-contrib/issues/301