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