From a6f0c39c907b683fa7cbb98f2c5daf0fb8caa7ff Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 16 Nov 2025 16:51:22 +0000 Subject: [PATCH] Make smokeping alerting less noisy --- cookbooks/prometheus/templates/default/alertmanager.yml.erb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cookbooks/prometheus/templates/default/alertmanager.yml.erb b/cookbooks/prometheus/templates/default/alertmanager.yml.erb index 7433f99d8..5c2e93428 100644 --- a/cookbooks/prometheus/templates/default/alertmanager.yml.erb +++ b/cookbooks/prometheus/templates/default/alertmanager.yml.erb @@ -15,6 +15,12 @@ route: group_interval: 5m repeat_interval: 3h receiver: admins-email + routes: + - group_wait: 30m + group_interval: 6h + repeat_interval: 24h + matchers: + - alertgroup=smokeping inhibit_rules: -- 2.39.5