Added new ossec.conf settings

This commit is contained in:
Manuel J. Bernal 2020-07-14 13:02:07 +02:00
parent 970b03a9f2
commit 882780de2c
2 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,8 @@
api_port: 55000 api_port: 55000
api_proto: 'http' api_proto: 'http'
api_user: ansible api_user: ansible
max_retries: 5
retry_interval: 5
wazuh_agent_authd: wazuh_agent_authd:
registration_address: <registration IP> registration_address: <registration IP>
enable: true enable: true

View File

@ -16,6 +16,8 @@
{% endif %} {% endif %}
{% if manager.protocol is defined %} {% if manager.protocol is defined %}
<protocol>{{ manager.protocol }}</protocol> <protocol>{{ manager.protocol }}</protocol>
<max_retries>{{ manager.max_retries }}</max_retries>
<retry_interval>{{ manager.retry_interval }}</retry_interval>
{% endif %} {% endif %}
</server> </server>
{% endfor %} {% endfor %}