Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/common/en/agent_windows.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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}.
Expand Down