Werk #19871: hp_webmgmt_status: tolerate devices that expose only the health table
| Component | Checks & agents | ||
| Title | hp_webmgmt_status: tolerate devices that expose only the health table | ||
| Date | Apr 23, 2026 | ||
| Level | Trivial Change | ||
| Class | Bug Fix | ||
| Compatibility | Compatible - no manual interaction needed | ||
| Checkmk versions & editions |
|
Some HP web-management devices return the health status table but omit
the separate OID subtables for device model and serial number, either
due to a narrower SNMP view or a firmware limitation. Previously the
check aborted with IndexError: list index out of range for such
devices.
The check now reports the device status even when model and serial are missing; those fields are omitted from the summary in that case.