Merge pull request #1192 from Security-Onion-Solutions/quickfix/importnoderonicheckin

set checking interval for sensoroni on import node
This commit is contained in:
Josh Patterson
2020-08-14 17:11:35 -04:00
committed by GitHub

View File

@@ -1080,7 +1080,7 @@ manager_global() {
if [ -z "$SENSOR_CHECKIN_INTERVAL_MS" ]; then
SENSOR_CHECKIN_INTERVAL_MS=10000
if [ "$install_type" = 'EVAL' ] || [ "$install_type" = 'STANDALONE' ]; then
if [ "$install_type" = 'EVAL' ] || [ "$install_type" = 'STANDALONE' ] || [ "$install_type" = 'IMPORT' ]; then
SENSOR_CHECKIN_INTERVAL_MS=1000
fi
fi