]> git.openstreetmap.org Git - chef.git/commitdiff
Adjust exim mail queue alerting thresholds
authorTom Hughes <tom@compton.nu>
Sun, 11 Jun 2023 18:30:15 +0000 (19:30 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 11 Jun 2023 18:30:15 +0000 (19:30 +0100)
roles/mail.rb
roles/shenron.rb

index a96a200a86e3a8f8e2400ce05a50b17e1a997f07..5acd66a7b81e0e54b083794e3a5df7ab92fae49c 100644 (file)
@@ -98,7 +98,7 @@ default_attributes(
   },
   :prometheus => {
     :metrics => {
-      :exim_queue_limit => { :metric => 250 }
+      :exim_queue_limit => { :metric => 2500 }
     }
   }
 )
index b2277551f3b0624c984332618a85a9bb3b9a2e85..f916772268737add51adcddb0c0d2d414bd437d1 100644 (file)
@@ -18,6 +18,11 @@ default_attributes(
     :modules => [
       "it87"
     ]
+  },
+  :prometheus => {
+    :metrics => {
+      :exim_queue_limit => { :metric => 250 }
+    }
   }
 )