From 12837081863cc295d76328b76021075ceb029a85 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Wed, 14 Oct 2020 09:36:59 -0400 Subject: [PATCH] disable strelka by default for sensor nodes during setup --- setup/so-setup | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup/so-setup b/setup/so-setup index 2060847f4..1c46a8bf9 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -169,7 +169,6 @@ elif [ "$install_type" = 'MANAGER' ]; then elif [ "$install_type" = 'SENSOR' ]; then is_sensor=true is_minion=true - STRELKA=1 elif [[ "$install_type" =~ ^('SEARCHNODE'|'HOTNODE'|'WARMNODE')$ ]]; then is_node=true is_minion=true @@ -298,8 +297,6 @@ if [[ $is_import ]]; then WAZUH=0 THEHIVE=0 PLAYBOOK=0 - STRELKA=0 - fi