From: Tom Hughes Date: Mon, 4 Aug 2014 12:00:07 +0000 (+0100) Subject: Disable warnings for disconnnected fans on Tyan S7010 machines X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/f108d619077786badc1dea41e85de8c3f797f753 Disable warnings for disconnnected fans on Tyan S7010 machines --- diff --git a/roles/tyan-s7010.rb b/roles/tyan-s7010.rb index 583ad5d9b..97b5db3de 100644 --- a/roles/tyan-s7010.rb +++ b/roles/tyan-s7010.rb @@ -43,14 +43,14 @@ default_attributes( :munin => { :plugins => { :ipmi_fans => { - :Sys3Front1 => { :graph => "no" }, - :Sys4Front2 => { :graph => "no" }, - :Sys5Rear1 => { :graph => "no" }, - :Sys6 => { :graph => "no" }, - :Sys7 => { :graph => "no" }, - :Sys8 => { :graph => "no" }, - :Sys9 => { :graph => "no" }, - :Sys10 => { :graph => "no" } + :Sys3Front1 => { :graph => "no", :warning => "0:" }, + :Sys4Front2 => { :graph => "no", :warning => "0:" }, + :Sys5Rear1 => { :graph => "no", :warning => "0:" }, + :Sys6 => { :graph => "no", :warning => "0:" }, + :Sys7 => { :graph => "no", :warning => "0:" }, + :Sys8 => { :graph => "no", :warning => "0:" }, + :Sys9 => { :graph => "no", :warning => "0:" }, + :Sys10 => { :graph => "no", :warning => "0:" } }, :ipmi_temp => { :CPU0belowTmax => { :critical => "10:" },