From 5f38bd2d4357288f7d377b817f5eefe2eab7243f Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 24 Jan 2021 12:00:52 +0000 Subject: [PATCH] Send notifications of resolved alerts --- cookbooks/prometheus/templates/default/alertmanager.yml.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cookbooks/prometheus/templates/default/alertmanager.yml.erb b/cookbooks/prometheus/templates/default/alertmanager.yml.erb index 64422c44b..7433f99d8 100644 --- a/cookbooks/prometheus/templates/default/alertmanager.yml.erb +++ b/cookbooks/prometheus/templates/default/alertmanager.yml.erb @@ -21,4 +21,5 @@ inhibit_rules: receivers: - name: admins-email email_configs: - - to: admins@openstreetmap.org + - send_resolved: true + to: admins@openstreetmap.org -- 2.39.5