Hi,
I'm new to Prometheus and currently trying to implement a proxy between Alertmanager and our monitoring system. I've configured web.hook receiver based on sample Alertmanager config, so I'm able to receive POSTs when alert is firing or resolved - so far so good.
If I create silence before an alert starts firing, receiver does not get any information about this alert - that's OK. But if a silence is created after an alert started firing, Alertmanager does not inform (web.hook) receiver about this silence in any way. I expected to receive some sort of notification, so I could supress the corresponding alert in my monitoring system.
Is this behaviour intenional? If so, is there any possible way to work around this problem?
Thanks,
Anthony