add strelka container list for so-status

This commit is contained in:
m0duspwnens
2020-05-18 17:36:32 -04:00
parent 492e021fa4
commit 5638c386db
2 changed files with 14 additions and 0 deletions

View File

@@ -28,6 +28,10 @@
{{ append_containers('master', 'domainstats', 0) }} {{ append_containers('master', 'domainstats', 0) }}
{% endif %} {% endif %}
{% if role in ['eval', 'heavynode', 'sensor', 'standalone'] %}
{{ append_containers('static', 'strelka', 0) }}
{% endif %}
{% if role in ['heavynode', 'standalone'] %} {% if role in ['heavynode', 'standalone'] %}
{{ append_containers('static', 'broversion', 'SURICATA') }} {{ append_containers('static', 'broversion', 'SURICATA') }}
{% endif %} {% endif %}

View File

@@ -0,0 +1,10 @@
{% set docker = {
'containers': [
'so-strelka-coordinator',
'so-strelka-gatekeeper',
'so-strelka-manager',
'so-strelka-frontend',
'so-strelka-backend',
'so-strelka-filestream'
]
} %}