Werk #13238: Fix possible core restart of remote sites on every activating of changes

Component Setup
Title Fix possible core restart of remote sites on every activating of changes
Date Sep 9, 2021
Checkmk Edition Checkmk Raw (CRE)
Checkmk Version 2.0.0p10 2.1.0b1
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed

If you used local plugins within "~/local/lib/python3/cmk/base/plugins/agent_based/", the folder "pycache" was always synchronized from the central to the remote site. This caused problems if the timestamps of the plugins differed on central and remote site. The remote site would than need a core restart on every activating of changes. Therefore, this folder is not synched anymore.

Workaround was, to delete the files located within "~/local/lib/python3/cmk/base/plugins/agent_based/" on the affected site, do a dummy change for that site on the central site and activate changes again.

To the list of all Werks