From 7b2eeafbfb73bd72849da3166bf8cf60aded4278 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sun, 7 Dec 2025 11:50:16 +0100 Subject: [PATCH] increase warning limit for nominatim connections --- 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 2d58610e6..39b62d58d 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"}) > 2500 + expr: sum(nginx_connections_writing and on (instance) chef_role{name="nominatim"}) > 4500 for: 15m keep_firing_for: 450s labels: -- 2.39.5