Enable new SoStatus module in SOC for managing grid status

This commit is contained in:
Jason Ertel
2020-12-08 09:22:14 -05:00
parent 5f756549b1
commit 5d955bcdb7

View File

@@ -43,6 +43,10 @@
"password": "", "password": "",
"verifyCert": false "verifyCert": false
}, },
"sostatus": {
"refreshIntervalMs": 30000,
"offlineThresholdMs": 60000
},
{% if THEHIVEKEY != '' %} {% if THEHIVEKEY != '' %}
"thehive": { "thehive": {
"hostUrl": "http://{{ MANAGERIP }}:9000/thehive", "hostUrl": "http://{{ MANAGERIP }}:9000/thehive",