Werk #19101: Fix aruba_sw_temp to skip absent temperature sensors
| Component | Checks & agents | ||||||
| Title | Fix aruba_sw_temp to skip absent temperature sensors | ||||||
| Date | Feb 16, 2026 | ||||||
| Level | Trivial Change | ||||||
| Class | Bug Fix | ||||||
| Compatibility | Compatible - no manual interaction needed | ||||||
| Checkmk versions & editions |
|
The aruba_sw_temp check crashed when a temperature sensor reported the "absent" status.
We added the missing "absent" status to the enum and updated the discovery function to skip absent sensors. This prevents both the crash and the creation of services for sensors that are not present.
Users who experienced crashes or unexpected services for absent temperature sensors will no longer encounter these issues after this update. No user action is required to benefit from this fix.