From: Tom Hughes Date: Thu, 15 Sep 2016 16:22:10 +0000 (+0100) Subject: Increase ntp alert thresholds X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/1e2cab84800a723bc8f156345ea281b8d82088be?hp=fa4726fe7b8c651544b41112c9dc045a51a86cae Increase ntp alert thresholds --- diff --git a/roles/base.rb b/roles/base.rb index 859c154b4..0383da15e 100644 --- a/roles/base.rb +++ b/roles/base.rb @@ -16,7 +16,7 @@ default_attributes( :munin => { :plugins => { :ntp_offset => { - :offset => { :warning => "20", :critical => "100" } + :offset => { :warning => "100", :critical => "250" } } } },