Enable active-response section

As of now the whole active-response section was commented out and
inactive
This commit is contained in:
Pawel Krawczyk 2019-02-17 00:16:31 +00:00
parent f527db79f7
commit 58a76a8c08

View File

@ -308,12 +308,6 @@
</command>
{% endfor %}
<!--
<active-response>
active-response options here
</active-response>
-->
<ruleset>
<!-- Default ruleset -->
<decoder_dir>ruleset/decoders</decoder_dir>
@ -398,7 +392,6 @@
{% endif %}
<!-- Active Response Config
{% for response in wazuh_manager_config.active_responses %}
<active-response>
<disabled>{% if response.disabled is defined %}{{ response.disabled }}{% else %}no{% endif %}</disabled>
@ -412,7 +405,6 @@
{%if response.repeated_offenders is defined %}<repeated_offenders>{{ response.repeated_offenders }}</repeated_offenders>{% endif %}
</active-response>
{% endfor %}
-->
<!-- Files to monitor (localfiles) -->
{% for localfile in wazuh_manager_config.localfiles.common %}