fix so-status for strelka and wazuh

This commit is contained in:
m0duspwnens
2020-09-09 13:53:10 -04:00
parent e84507c386
commit 3433b90029

View File

@@ -21,7 +21,7 @@
{% if role in ['eval', 'managersearch', 'manager', 'standalone'] %}
{{ append_containers('manager', 'grafana', 0) }}
{{ append_containers('global', 'fleet_manager', 0) }}
{{ append_containers('manager', 'wazuh', 0) }}
{{ append_containers('global', 'wazuh', 0) }}
{{ append_containers('manager', 'thehive', 0) }}
{{ append_containers('manager', 'playbook', 0) }}
{{ append_containers('manager', 'freq', 0) }}
@@ -29,7 +29,7 @@
{% endif %}
{% if role in ['eval', 'heavynode', 'sensor', 'standalone'] %}
{{ append_containers('global', 'strelka', 0) }}
{{ append_containers('global', 'strelka:enabled', 0) }}
{% endif %}
{% if role in ['heavynode', 'standalone'] %}