From: Tom Hughes Date: Thu, 21 Jan 2021 19:15:38 +0000 (+0000) Subject: Ignore some unconnected IPMI fan sensors X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/807df567cf62677a379797fb25394e75a2c669ba?ds=sidebyside Ignore some unconnected IPMI fan sensors --- diff --git a/roles/ridgeback.rb b/roles/ridgeback.rb index 42926b946..9593ac4e0 100644 --- a/roles/ridgeback.rb +++ b/roles/ridgeback.rb @@ -3,6 +3,9 @@ description "Master role applied to ridgeback" default_attributes( :hardware => { + :ipmi => { + :excluded_sensors => [19, 20, 21, 22] + }, :shm_size => "10g" }, :munin => { diff --git a/roles/tyan-s7010.rb b/roles/tyan-s7010.rb index c6e21bd9a..ef08ff121 100644 --- a/roles/tyan-s7010.rb +++ b/roles/tyan-s7010.rb @@ -3,6 +3,9 @@ description "Role applied to machines using the Tyan S7010 motherboard" default_attributes( :hardware => { + :ipmi => { + :excluded_sensors => [13, 14, 15, 16, 17, 18, 19, 20] + }, :modules => %w[i2c_i801 jc42 w83793], :sensors => { "jc42-*" => {