dont apply wazuh state on sensors if it is disabled globally - https://github.com/Security-Onion-Solutions/securityonion/issues/7016

This commit is contained in:
m0duspwnens
2022-01-28 09:31:02 -05:00
parent d0186c8c1b
commit 15c29bda74

View File

@@ -77,7 +77,9 @@ base:
{%- if ZEEKVER != 'SURICATA' %} {%- if ZEEKVER != 'SURICATA' %}
- zeek - zeek
{%- endif %} {%- endif %}
{%- if WAZUH != 0 %}
- wazuh - wazuh
{%- endif %}
{%- if STRELKA %} {%- if STRELKA %}
- strelka - strelka
{%- endif %} {%- endif %}