]> git.openstreetmap.org Git - chef.git/commitdiff
Increase ntp alert thresholds
authorTom Hughes <tom@compton.nu>
Thu, 15 Sep 2016 16:22:10 +0000 (17:22 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 15 Sep 2016 16:22:10 +0000 (17:22 +0100)
roles/base.rb

index 859c154b48a080484e46588a94713e5643a4a281..0383da15e4f1c0d90eae930204468d019cdf147b 100644 (file)
@@ -16,7 +16,7 @@ default_attributes(
   :munin => {
     :plugins => {
       :ntp_offset => {
   :munin => {
     :plugins => {
       :ntp_offset => {
-        :offset => { :warning => "20", :critical => "100" }
+        :offset => { :warning => "100", :critical => "250" }
       }
     }
   },
       }
     }
   },