Catch up on the latest product updates, best practices, and expert insights from the Checkmk Conference #12 – Watch the livestream recordings now

Werk #19609: Analytics collection schedule not persisted correctly

Component Site management
Title Analytics collection schedule not persisted correctly
Date Jun 10, 2026
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
3.0.0b1
Not yet released
Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Cloud, Checkmk Ultimate MT
2.5.0p8 Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Cloud, Checkmk Ultimate MT
2.4.0p33 Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Cloud, Checkmk Ultimate MT
2.3.0p49
Not yet released
Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Ultimate MT

On some environments, the file storing the next scheduled run timestamp for data analytics collection was written but left empty. This caused the analytics collection schedule to not persist correctly.

The root cause was a file written through a temporary file that was moved before it was fully closed and flushed. The fix uses the standard save_text_to_file utility, which ensures the content is correctly written before the final file is put in place.

To the list of all Werks