From 14aaa05e623280f6e4d7f76717ceb57ae0bda1d0 Mon Sep 17 00:00:00 2001 From: donfede Date: Mon, 30 Mar 2026 12:52:25 -0400 Subject: [PATCH] Update agent_windows.asciidoc agent controller vs program Improve wording so "agent controller" vs "agent program" are more clear. --- src/common/en/agent_windows.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/en/agent_windows.asciidoc b/src/common/en/agent_windows.asciidoc index 058d9eefa..3346c8736 100644 --- a/src/common/en/agent_windows.asciidoc +++ b/src/common/en/agent_windows.asciidoc @@ -24,8 +24,8 @@ With the release of {CMK} version {v21}, a new component, the *Agent Controller* The Agent Controller is upstream of the agent program, queries it and communicates with the {CMK} server in place of the agent program. To do this, the Agent Controller registers itself with the *Agent Receiver*, a process that runs on the {CMK} server. -So, on the one hand, the Windows agent takes over the agent program, and thus also its advantages. -On the other hand, it supplements the program so that new functions can be added, such as TLS encryption of communication or data compression. +So, on the one hand, the Windows agent controller takes over the agent program, and thus also its advantages. +On the other hand, the agent controller supplements the agent program so that new functions can be added, such as TLS encryption of communication or data compression. The registered, encrypted and compressed xref:glossar#pull_mode[pull mode] with the Agent Controller is available for all {CMK} editions -- provided both {CMK} server and agent have at least version {v21}.