wazuh / wazuh-ansible

Wazuh - Ansible playbook
https://wazuh.com
Other
297 stars 191 forks source link

Expand syscollector - Firewall status. #1245

Open lmontesorowx opened 7 months ago

lmontesorowx commented 7 months ago

Hello! Is possible to extend the syscollector functionality? My idea is to add the windows firewall status, for example with this script https://github.com/PluginsOCSInventory-NG/firewallconfig/blob/main/agent/firewallconfig.ps1

The only way to see if the firewall is disabled/enabled is when the events ocurrs (change the status).

Thanks!

jonhattan commented 4 months ago

FYI, here's a proposal to allow overriding any template from the calling playbook. This enables to configure it or any other thing. https://github.com/wazuh/wazuh-ansible/pull/1337