Explore the latest product updates and best practices at our hybrid Checkmk Conference #12 from June 16-18, 2026 – Register here

Werk #18962: netapp_api_systemtime: Fix monitoring of negative time differences

Component Checks & agents
Title netapp_api_systemtime: Fix monitoring of negative time differences
Date Nov 3, 2025
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
2.3.0p40 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)

Previously, the NetApp System Time computed the difference between the agent and system time as a signed difference. This meant when the system time was behind the agent time, the time difference became negative. Since only upper levels can be configured for the time difference, synchronization errors were not detected in this case.

Now the absolute time difference between agent and system time is monitored, meaning time synchronization issues are detected regardless of whether the system time is ahead of or behind the agent time.

To the list of all Werks