Added new ossec.conf settings
This commit is contained in:
parent
970b03a9f2
commit
882780de2c
@ -10,6 +10,8 @@
|
||||
api_port: 55000
|
||||
api_proto: 'http'
|
||||
api_user: ansible
|
||||
max_retries: 5
|
||||
retry_interval: 5
|
||||
wazuh_agent_authd:
|
||||
registration_address: <registration IP>
|
||||
enable: true
|
||||
|
||||
@ -16,6 +16,8 @@
|
||||
{% endif %}
|
||||
{% if manager.protocol is defined %}
|
||||
<protocol>{{ manager.protocol }}</protocol>
|
||||
<max_retries>{{ manager.max_retries }}</max_retries>
|
||||
<retry_interval>{{ manager.retry_interval }}</retry_interval>
|
||||
{% endif %}
|
||||
</server>
|
||||
{% endfor %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user