Ensure distributed installations have the check-in interval correctly set

This commit is contained in:
Jason Ertel
2020-07-22 14:26:55 -04:00
parent f5665ad700
commit cb46ca4832
2 changed files with 3 additions and 4 deletions

View File

@@ -979,9 +979,6 @@ manager_pillar() {
" lsheap: $LS_HEAP_SIZE"\
" ls_pipeline_workers: $num_cpu_cores"\
""\
"pcap:">> "$pillar_file"\
" sensor_checkin_interval_ms: $SENSOR_CHECKIN_INTERVAL_MS"\
""\
"idstools:"\
" config:"\
" ruleset: $RULESETUP"\
@@ -1036,6 +1033,8 @@ manager_static() {
" wazuh: $WAZUH"\
" managerupdate: $MANAGERUPDATES"\
" imagerepo: $IMAGEREPO"\
"pcap:"\
" sensor_checkin_interval_ms: $SENSOR_CHECKIN_INTERVAL_MS"\
"strelka:"\
" enabled: $STRELKA"\
" rules: $STRELKARULES"\