From daff29395a0b52fb994ff33bc2c7086f6a6436b6 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 30 Oct 2022 10:08:56 +0000 Subject: [PATCH] Increase alert threshold for OSM overpass database --- cookbooks/prometheus/templates/default/alert_rules.yml.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/prometheus/templates/default/alert_rules.yml.erb b/cookbooks/prometheus/templates/default/alert_rules.yml.erb index 591f86327..ac45cc62c 100644 --- a/cookbooks/prometheus/templates/default/alert_rules.yml.erb +++ b/cookbooks/prometheus/templates/default/alert_rules.yml.erb @@ -383,7 +383,7 @@ groups: - name: overpass rules: - alert: overpass osm database age - expr: overpass_database_age_seconds{database="osm"} > 300 + expr: overpass_database_age_seconds{database="osm"} > 1800 for: 5m labels: alertgroup: overpass -- 2.39.5