X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/988399c29d38ba72087f8d289bc62151c2dc4dbd..807df567cf62677a379797fb25394e75a2c669ba:/roles/tyan-s7010.rb diff --git a/roles/tyan-s7010.rb b/roles/tyan-s7010.rb index 6b188e7ff..ef08ff121 100644 --- a/roles/tyan-s7010.rb +++ b/roles/tyan-s7010.rb @@ -1,9 +1,12 @@ name "tyan-s7010" -description "Role applied to machines using the Tyan S710 motherboard" +description "Role applied to machines using the Tyan S7010 motherboard" default_attributes( :hardware => { - :modules => %w(i2c_i801 jc42 w83793), + :ipmi => { + :excluded_sensors => [13, 14, 15, 16, 17, 18, 19, 20] + }, + :modules => %w[i2c_i801 jc42 w83793], :sensors => { "jc42-*" => { :temps => { @@ -54,7 +57,7 @@ default_attributes( :CPU0belowTmax => { :critical => "10:" }, :CPU1belowTmax => { :critical => "10:" } }, - :sensors_volts => { + :sensors_volt => { "VCoreA" => { :warning => "0.70:1.42", :critical => "0.70:1.42" }, "VCoreB" => { :warning => "0.70:1.42", :critical => "0.70:1.42" }, "in2" => { :warning => "0.00:2.05", :critical => "0.00:2.05" },