Werk #17043: extreme_vsp_switches_temperature: Fix 'Cannot render negative timespan' crash

Component Checks & agents
Title extreme_vsp_switches_temperature: Fix 'Cannot render negative timespan' crash
Date Jan 28, 2025
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
2.5.0b1
Not yet released
Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)
2.4.0b1
Not yet released
Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)
2.3.0p26 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)

This affects users who have configured the 'Levels on the time left until a critical temperature (upper or lower) is reached' parameter.

Currently, if the temperature was above the set upper critical level or below the set lower critical level, the check crashed with an error similar to:

File "/omd/sites/vls/lib/python3.12/site-packages/cmk/agent_based/v1/render.py", line 76, in _gen_timespan_chunks
    raise ValueError("Cannot render negative timespan")

This is now fixed. With the new behaviour, if the critical levels have already been reached, it will be represented in the summary.

To the list of all Werks