Added new ossec.conf settings
This commit is contained in:
parent
970b03a9f2
commit
882780de2c
@ -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
|
||||||
|
|||||||
@ -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 %}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user