wazuh-ansible icon indicating copy to clipboard operation
wazuh-ansible copied to clipboard

Enable docker-listener wodle

Open kravietz opened this issue 3 years ago • 3 comments

Per https://documentation.wazuh.com/current/docker-monitor/monitoring_containers_activity.html

kravietz avatar Jul 13 '21 10:07 kravietz

Hello @kravietz Thank you for using Wazuh and contributing to improve it. I will be taking this PR for testing and review. In our master branch it corresponds to the development version. It is possible that I will move the destination of the merge to branch 4.2 to take it to the stable branch within the flow that we carry.

myu1d157h0u54nd avatar Nov 24 '21 15:11 myu1d157h0u54nd

Hi @kravietz After doing some tests, I see that it is necessary to add additional changes. Can you please add them to your PR so that the contribution record is kept by you?

They would be in: roles/wazuh/ansible-wazuh-agent/defaults/main.yml within:

# wazuh_agent_config
wazuh_agent_config_defaults:

add:

  docker_listener:
    disable: 'yes'

and in: roles/wazuh/ansible-wazuh-agent/tasks/Linux.yml

- name: Linux | Ensure group "wazuh" exists
  group:
    name: wazuh
    state: present

myu1d157h0u54nd avatar Nov 25 '21 12:11 myu1d157h0u54nd

I am looking forward to seeing this functionality merge. I will handle the code.

@itprogression @alberpilot, Should I start a new PR? I don't know if GitHub lets me contribute to this PR.

duviful avatar Apr 21 '23 13:04 duviful