Hello,
We finally made it work. Maybe you can make this kinda "sticky Thread" because we had to spend some time to find this out and maybe it would help others to monitor their HP Hardware faster and not to search and try around.
For HP ESXi:
- Custom WBEM Sensor
- Namespace root/hpq
- WBEM Query: SELECT * FROM SMX_ComputerSystem
- The Channel HealthState Shows the Overall Status (5=OK, 10=Warning, ....)
- HP Offline Bundle has to be installed
For HP Servers with Windwos:
- Custom WMI Sensor
- Namespace root/hpq
- WQL Query: SELECT HealthState FROM HP_WinComputerSystem
- The Value returned show the actual Status (5=OK, 10=Warning, ....)
- HP PSP and HP WBEM Providers need to be installed.
We already tested the ESXi Sensor. We got a faulty RAM-Module and the Sensor returns 10
We actually dont have an HP Server with Windows showing any error, but as the Class is kind of similar to the ESXi one we expect it to work as well.
Best Regards
Add comment