Localfiles fix
This commit is contained in:
parent
acec963826
commit
bbe2a2280b
@ -43,6 +43,7 @@
|
||||
</syscheck>
|
||||
{% endif %}
|
||||
|
||||
{% if agent_config.localfiles is defined %}
|
||||
{% for localfile in agent_config.localfiles %}
|
||||
<localfile>
|
||||
<log_format>{{ localfile.format }}</log_format>
|
||||
@ -78,6 +79,7 @@
|
||||
{% endif %}
|
||||
</localfile>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
{% if agent_config.rootcheck is defined %}
|
||||
<rootcheck>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user