]> git.openstreetmap.org Git - chef.git/commitdiff
Ignore some unconnected IPMI fan sensors
authorTom Hughes <tom@compton.nu>
Thu, 21 Jan 2021 19:15:38 +0000 (19:15 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 21 Jan 2021 19:16:04 +0000 (19:16 +0000)
roles/ridgeback.rb
roles/tyan-s7010.rb

index 42926b94606631deec400a09d8c33ce9cd4c530b..9593ac4e06e8083f455b68849bc65d0b1f525d0d 100644 (file)
@@ -3,6 +3,9 @@ description "Master role applied to ridgeback"
 
 default_attributes(
   :hardware => {
+    :ipmi => {
+      :excluded_sensors => [19, 20, 21, 22]
+    },
     :shm_size => "10g"
   },
   :munin => {
index c6e21bd9afb13fa9ae23f21cf88aafafb996ce39..ef08ff121b3878ce0947b7b277c9d181941723df 100644 (file)
@@ -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-*" => {