]> git.openstreetmap.org Git - chef.git/blobdiff - roles/munin.rb
Disable alerts from the munin_update plugin
[chef.git] / roles / munin.rb
index 046360b0a98c2b963900b08f688c1776b7ac0014..1522c96e12a69023434ed4e6d6b93e184df6d73d 100644 (file)
@@ -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]"
 )