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

Werk #14360: Controller communicates with Windows agent using mailslot

Component Checks & agents
Title Controller communicates with Windows agent using mailslot
Date Aug 4, 2022
Level Trivial Change
Class New Feature
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
2.2.0b1 Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Ultimate MT

Previously, the Windows agent controller used TCP-IP as a channel to local Windows agent, but this type of communication can lead to port conflicts. Also, mailslots inherently provide slightly better level of local security.

If, for some reason it is required to use TCP-IP as a channel, you may set system.controller.agent_channel in the check_mk.user.yml to any appropriate value, for example, "localhost:28250".

To the list of all Werks