From: Tom Hughes Date: Tue, 2 Aug 2016 16:41:53 +0000 (+0100) Subject: Set alert thresholds for ntp offset X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/219e2c342f730da12e0ae69d9407471d99769049 Set alert thresholds for ntp offset --- diff --git a/roles/base.rb b/roles/base.rb index 5ffc5dee9..859c154b4 100644 --- a/roles/base.rb +++ b/roles/base.rb @@ -13,6 +13,13 @@ default_attributes( :apt => { :sources => ["openstreetmap"] }, + :munin => { + :plugins => { + :ntp_offset => { + :offset => { :warning => "20", :critical => "100" } + } + } + }, :networking => { :roles => { :internal => { :metric => 200, :zone => "loc" },