From c812f8b2664635e6698875534de0e3fddfa70113 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Mon, 8 Dec 2025 08:48:08 +0100 Subject: [PATCH] raise nominatim connection alert limit even more --- 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 39b62d58d..f0506b9ca 100644 --- a/cookbooks/prometheus/templates/default/alert_rules.yml.erb +++ b/cookbooks/prometheus/templates/default/alert_rules.yml.erb @@ -566,7 +566,7 @@ groups: annotations: delay: "{{ $value | humanizeDuration }}" - alert: nominatim connections - expr: sum(nginx_connections_writing and on (instance) chef_role{name="nominatim"}) > 4500 + expr: sum(nginx_connections_writing and on (instance) chef_role{name="nominatim"}) > 7000 for: 15m keep_firing_for: 450s labels: -- 2.39.5