X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/7d19a7745a3a022a7dfdc8778d2b1e35d7f0dd23..922d5cfa013ae19c8424dc940330659bf6665fd3:/roles/tyan-s7010.rb diff --git a/roles/tyan-s7010.rb b/roles/tyan-s7010.rb index 156d672d7..97b5db3de 100644 --- a/roles/tyan-s7010.rb +++ b/roles/tyan-s7010.rb @@ -3,6 +3,9 @@ description "Role applied to machines using the Tyan S710 motherboard" default_attributes( :hardware => { + :modules => [ + "i2c_i801", "jc42", "w83793" + ], :sensors => { "jc42-*" => { :temps => { @@ -40,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:" },