Hi, On 7/31/20 9:41 AM, prabin jain wrote: > How to configure alert manager to make it silence after alert has been sendÂ
You can set send_resolved: false in the receiver configurations. You can also set a high repeat_interval to avoid too frequent repetitions. Keep in mind that this is capped by --data.retention (default: 120h). I don't know about any options to reliably, permanently avoid sending an alert notification multiple times. I would also assume that this is rather uncommon. If you really require this, you could implement a webhook receiver which keeps track and discards repeated notifications completely. However, you might then run into the problem of catching new alerts. Kind regards, Christian -- You received this message because you are subscribed to the Google Groups "Prometheus Developers" 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-developers/57a99ac6-87b2-3213-3c8a-d00c8ddfbec8%40hoffmann-christian.info.

