summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
0b1d3c0)
It's very noisy if a machine intermittently fails to respond, and
generates useless alert messages...
name "munin"
description "Role applied to all munin servers"
name "munin"
description "Role applied to all munin servers"
+default_attributes(
+ :munin => {
+ :plugins => {
+ :munin_update => {
+ :contacts => "null"
+ }
+ }
+ }
+)
+
run_list(
"recipe[munin::server]"
)
run_list(
"recipe[munin::server]"
)