projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b1d3c0
)
Disable alerts from the munin_update plugin
author
Tom Hughes
<tom@compton.nu>
Thu, 2 Apr 2015 14:54:36 +0000
(15:54 +0100)
committer
Tom Hughes
<tom@compton.nu>
Thu, 2 Apr 2015 14:55:36 +0000
(15:55 +0100)
It's very noisy if a machine intermittently fails to respond, and
generates useless alert messages...
roles/munin.rb
patch
|
blob
|
history
diff --git
a/roles/munin.rb
b/roles/munin.rb
index 046360b0a98c2b963900b08f688c1776b7ac0014..1522c96e12a69023434ed4e6d6b93e184df6d73d 100644
(file)
--- 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]"
)