From cdbdb759a12426d56afa3c2c7a7a15430b48303a Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Fri, 16 Jan 2026 10:38:37 +0100 Subject: [PATCH] increase alter time for nominatim replicaton delay --- 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 f0506b9ca..93c443d48 100644 --- a/cookbooks/prometheus/templates/default/alert_rules.yml.erb +++ b/cookbooks/prometheus/templates/default/alert_rules.yml.erb @@ -558,7 +558,7 @@ groups: - name: nominatim rules: - alert: nominatim replication delay - expr: nominatim_replication_delay > 10800 + expr: nominatim_replication_delay > 14400 for: 1h keep_firing_for: 30m labels: -- 2.39.5