Werk #18131: Stop extreme network switch temperature check from crashing
Component | Checks & agents | ||||
Title | Stop extreme network switch temperature check from crashing | ||||
Date | Aug 13, 2025 | ||||
Level | Trivial Change | ||||
Class | Bug Fix | ||||
Compatibility | Compatible - no manual interaction needed | ||||
Checkmk versions & editions |
|
Previously, the extreme_vsp_switches_temperature check would fail with a TypeError when it encountered SNMP data where the sensor description was empty. This issue for example occured on devices of the 8600 series.
This werk resolves the problem by attempting to identify the sensor using an alternative OID. If no identifying information can be found, the check will not create a service for the sensor.