mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
python modules for filecheck
This commit is contained in:
@@ -19,6 +19,7 @@ commonpkgs:
|
|||||||
- libssl-dev
|
- libssl-dev
|
||||||
- python3-dateutil
|
- python3-dateutil
|
||||||
- python3-packaging
|
- python3-packaging
|
||||||
|
- python3-watchdog
|
||||||
- python3-lxml
|
- python3-lxml
|
||||||
- git
|
- git
|
||||||
- vim
|
- vim
|
||||||
@@ -59,6 +60,7 @@ commonpkgs:
|
|||||||
- python3-m2crypto
|
- python3-m2crypto
|
||||||
- rsync
|
- rsync
|
||||||
- python3-rich
|
- python3-rich
|
||||||
|
- python3-pyyaml
|
||||||
- python3-watchdog
|
- python3-watchdog
|
||||||
- python3-packaging
|
- python3-packaging
|
||||||
- unzip
|
- unzip
|
||||||
|
|||||||
@@ -446,6 +446,7 @@ if ! [[ -f $install_opt_file ]]; then
|
|||||||
|
|
||||||
elif [[ $is_searchnode ]]; then
|
elif [[ $is_searchnode ]]; then
|
||||||
#ubuntu_check
|
#ubuntu_check
|
||||||
|
installer_prereq_packages
|
||||||
check_requirements "elasticsearch"
|
check_requirements "elasticsearch"
|
||||||
networking_needful
|
networking_needful
|
||||||
check_network_manager_conf
|
check_network_manager_conf
|
||||||
@@ -459,6 +460,7 @@ if ! [[ -f $install_opt_file ]]; then
|
|||||||
|
|
||||||
elif [[ $is_heavynode ]]; then
|
elif [[ $is_heavynode ]]; then
|
||||||
#ubuntu_check
|
#ubuntu_check
|
||||||
|
installer_prereq_packages
|
||||||
monints=true
|
monints=true
|
||||||
check_requirements "heavynode"
|
check_requirements "heavynode"
|
||||||
calculate_useable_cores
|
calculate_useable_cores
|
||||||
@@ -471,6 +473,7 @@ if ! [[ -f $install_opt_file ]]; then
|
|||||||
|
|
||||||
elif [[ $is_idh ]]; then
|
elif [[ $is_idh ]]; then
|
||||||
#ubuntu_check
|
#ubuntu_check
|
||||||
|
installer_prereq_packages
|
||||||
check_requirements "idh"
|
check_requirements "idh"
|
||||||
networking_needful
|
networking_needful
|
||||||
collect_mngr_hostname
|
collect_mngr_hostname
|
||||||
@@ -505,6 +508,7 @@ if ! [[ -f $install_opt_file ]]; then
|
|||||||
|
|
||||||
elif [[ $is_receiver ]]; then
|
elif [[ $is_receiver ]]; then
|
||||||
#ubuntu_check
|
#ubuntu_check
|
||||||
|
installer_prereq_packages
|
||||||
check_requirements "receiver"
|
check_requirements "receiver"
|
||||||
networking_needful
|
networking_needful
|
||||||
collect_mngr_hostname
|
collect_mngr_hostname
|
||||||
|
|||||||
Reference in New Issue
Block a user