From: Tom Hughes Date: Sun, 24 Jan 2021 12:00:52 +0000 (+0000) Subject: Send notifications of resolved alerts X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/5f38bd2d4357288f7d377b817f5eefe2eab7243f Send notifications of resolved alerts --- 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