]> git.openstreetmap.org Git - chef.git/commitdiff
Monitor battery/capacitor status for HP RAID controller
authorTom Hughes <tom@compton.nu>
Fri, 24 Feb 2023 14:03:24 +0000 (14:03 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 24 Feb 2023 14:03:24 +0000 (14:03 +0000)
cookbooks/hardware/templates/default/ohai.rb.erb

index b6064b38465184f3930eba4189661e2c9c928f20..a2eb0ef967d8811b2b912392850f4d677e6a7e0d 100644 (file)
@@ -331,6 +331,7 @@ Ohai.plugin(:Hardware) do
         when "Hardware Revision" then controller[:hardware_version] = Regexp.last_match(2)
         when "Firmware Version" then controller[:firmware_version] = Regexp.last_match(2)
         when "PCI Address (Domain:Bus:Device.Function)" then controller[:pci_slot] = Regexp.last_match(2)
+        when "Battery/Capacitor Status" then controller[:battery_status] = Regexp.last_match(2).split.first.downcase
         end
       elsif controller && line =~ /^      Logical Drive: (\d+)$/
         array = {