mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-19 15:33:06 +01:00
need to set_minion_info in setup for each node type
This commit is contained in:
@@ -366,6 +366,7 @@ if ! [[ -f $install_opt_file ]]; then
|
|||||||
whiptail_airgap
|
whiptail_airgap
|
||||||
fi
|
fi
|
||||||
detect_cloud
|
detect_cloud
|
||||||
|
set_minion_info
|
||||||
set_default_log_size >> $setup_log 2>&1
|
set_default_log_size >> $setup_log 2>&1
|
||||||
info "Verifying all network devices are managed by Network Manager that should be"
|
info "Verifying all network devices are managed by Network Manager that should be"
|
||||||
check_network_manager_conf
|
check_network_manager_conf
|
||||||
@@ -385,6 +386,7 @@ if ! [[ -f $install_opt_file ]]; then
|
|||||||
whiptail_airgap
|
whiptail_airgap
|
||||||
fi
|
fi
|
||||||
detect_cloud
|
detect_cloud
|
||||||
|
set_minion_info
|
||||||
set_default_log_size >> $setup_log 2>&1
|
set_default_log_size >> $setup_log 2>&1
|
||||||
info "Verifying all network devices are managed by Network Manager that should be"
|
info "Verifying all network devices are managed by Network Manager that should be"
|
||||||
check_network_manager_conf
|
check_network_manager_conf
|
||||||
@@ -429,6 +431,7 @@ if ! [[ -f $install_opt_file ]]; then
|
|||||||
collect_mngr_hostname
|
collect_mngr_hostname
|
||||||
add_mngr_ip_to_hosts
|
add_mngr_ip_to_hosts
|
||||||
check_manager_connection
|
check_manager_connection
|
||||||
|
set_minion_info
|
||||||
whiptail_end_settings
|
whiptail_end_settings
|
||||||
|
|
||||||
elif [[ $is_idh ]]; then
|
elif [[ $is_idh ]]; then
|
||||||
@@ -437,6 +440,7 @@ if ! [[ -f $install_opt_file ]]; then
|
|||||||
collect_mngr_hostname
|
collect_mngr_hostname
|
||||||
add_mngr_ip_to_hosts
|
add_mngr_ip_to_hosts
|
||||||
check_manager_connection
|
check_manager_connection
|
||||||
|
set_minion_info
|
||||||
whiptail_end_settings
|
whiptail_end_settings
|
||||||
|
|
||||||
elif [[ $is_import ]]; then
|
elif [[ $is_import ]]; then
|
||||||
@@ -466,6 +470,7 @@ if ! [[ -f $install_opt_file ]]; then
|
|||||||
collect_mngr_hostname
|
collect_mngr_hostname
|
||||||
add_mngr_ip_to_hosts
|
add_mngr_ip_to_hosts
|
||||||
check_manager_connection
|
check_manager_connection
|
||||||
|
set_minion_info
|
||||||
whiptail_end_settings
|
whiptail_end_settings
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user