Setup Script - Change sensor_config

This commit is contained in:
Mike Reeves
2018-04-10 08:39:47 -04:00
parent b80935b733
commit fbc44823d2

View File

@@ -436,7 +436,7 @@ whiptail_management_nic() {
whiptail_nids() {
NIDS=$(whiptail --title "Security Onion Setup" --radiolist \
"Choose which IDS to run:" 20 78 4 \
"Choose which IDS to run:" 30 78 4 \
"Suricata" "Suricata 4.X" ON 3>&1 1>&2 2>&3 )
local exitstatus=$?
@@ -550,8 +550,8 @@ whiptail_rule_setup() {
whiptail_sensor_config() {
NSMSETUP=$(whiptail --noitem --title "Security Onion Setup" --radiolist \
"What type of config would you like to use?:" 20 78 4 \
NSMSETUP=$(whiptail --title "Security Onion Setup" --radiolist \
"What type of configuration would you like to use?:" 40 78 4 \
"BASIC" "Install NSM components with recommended settings" ON \
"ADVANCED" "Configure each component individually" OFF 3>&1 1>&2 2>&3 )