From 4703e1b4051bdcd592d49368e32bc625b96a8bc5 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 28 Jan 2022 10:37:55 +0000 Subject: [PATCH] Reduce prometheus alert level for primary mail queue --- roles/mail.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mail.rb b/roles/mail.rb index f434cd0e8..ccf774328 100644 --- a/roles/mail.rb +++ b/roles/mail.rb @@ -93,7 +93,7 @@ default_attributes( }, :prometheus => { :metrics => { - :exim_queue_limit => { :metric => 500 } + :exim_queue_limit => { :metric => 250 } } } ) -- 2.39.5