projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e6b35c
)
poldi: stop reporting bogus munin voltage warning
author
Grant Slater
<git@firefishy.com>
Sun, 9 Mar 2014 16:09:06 +0000
(16:09 +0000)
committer
Grant Slater
<git@firefishy.com>
Sun, 9 Mar 2014 16:09:06 +0000
(16:09 +0000)
roles/poldi.rb
patch
|
blob
|
history
diff --git
a/roles/poldi.rb
b/roles/poldi.rb
index 484ad9120b859a50e49efc763c25ecb09313c03f..f340d82e081ae382579c396a4903a3a675048d80 100644
(file)
--- a/
roles/poldi.rb
+++ b/
roles/poldi.rb
@@
-72,6
+72,15
@@
default_attributes(
:max_children => "10"
}
}
+ },
+ :munin => {
+ :plugins => {
+ :sensors_volt => {
+ :volt6 => {
+ :warning => "2.992:3.536"
+ }
+ }
+ }
}
)