From 6b5908f5a53799fb55becad254408c1d273f2047 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 2 Apr 2015 15:54:36 +0100 Subject: [PATCH 1/1] Disable alerts from the munin_update plugin It's very noisy if a machine intermittently fails to respond, and generates useless alert messages... --- roles/munin.rb | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/roles/munin.rb b/roles/munin.rb index 046360b0a..1522c96e1 100644 --- a/roles/munin.rb +++ b/roles/munin.rb @@ -1,6 +1,16 @@ name "munin" description "Role applied to all munin servers" +default_attributes( + :munin => { + :plugins => { + :munin_update => { + :contacts => "null" + } + } + } +) + run_list( "recipe[munin::server]" ) -- 2.43.2