From 1e2cab84800a723bc8f156345ea281b8d82088be Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 15 Sep 2016 17:22:10 +0100 Subject: [PATCH 1/1] Increase ntp alert thresholds --- roles/base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } } } }, -- 2.45.1