Add flag to accept remote commands from manager
Without this flag the agent will not accept any system check commands (`command` and `full_command`) configured in the Wazuh Manager settings to cascade down to agents.
This commit is contained in:
parent
bcd327280e
commit
f96ab0a317
@ -10,3 +10,7 @@
|
|||||||
|
|
||||||
# This is the template of Ansible for the file local_internal_options.conf
|
# This is the template of Ansible for the file local_internal_options.conf
|
||||||
# In this file you could include the configuration settings for your agents
|
# In this file you could include the configuration settings for your agents
|
||||||
|
|
||||||
|
# Logcollector - If it should accept remote commands from the manager
|
||||||
|
logcollector.remote_commands=1
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user