From 219e2c342f730da12e0ae69d9407471d99769049 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 2 Aug 2016 17:41:53 +0100 Subject: [PATCH] Set alert thresholds for ntp offset --- roles/base.rb | 7 +++++++ 1 file changed, 7 insertions(+) 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" }, -- 2.43.2