I am trying to monitor our physical hardware using FreeIPMI, specifically I want to be alerted on processor, memory, power supply, and disk failures for our IBM, DELL, and HP servers. Running ipmi-sensors -h <host> -u <user> -p <pass> -D LAN_2_0
gives me what I need for our IBM and DELL servers however our HP servers are missing the processor and memory sensors. I had to upgrade the iLO 3 firmware in order to return the disk sensor information.
I have read the manpage of ipmi-sensors and have tried the following with no success:
ipmi-sensors -h <host> -u <user> -p <pass> -D LAN_2_0 -W discretereading
ipmi-sensors -h <host> -u <user> -p <pass> -D LAN_2_0 -r all
ipmi-sensors -h <host> -u <user> -p <pass> -D LAN_2_0 -t all
ipmi-sensors -h <host> -u <user> -p <pass> -D LAN_2_0 -g 'Processor'
ipmi-sensors -h <host> -u <user> -p <pass> -D LAN_2_0 -t 'Processor'
What else can I try to return processor and memory sensor information?