mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-14 13:12:49 +01:00
Setup Script - Bond fix interfaces
This commit is contained in:
@@ -344,7 +344,6 @@ sensor_pillar() {
|
|||||||
# Create the sensor pillar
|
# Create the sensor pillar
|
||||||
touch /tmp/$HOSTNAME.sls
|
touch /tmp/$HOSTNAME.sls
|
||||||
echo "sensor:" > /tmp/$HOSTNAME.sls
|
echo "sensor:" > /tmp/$HOSTNAME.sls
|
||||||
echo " es_shard_count: $SHARDCOUNT" >> /tmp/$HOSTNAME.sls
|
|
||||||
echo " interface: bond0"
|
echo " interface: bond0"
|
||||||
if [ $NSMSETUP == 'ADVANCED' ]; then
|
if [ $NSMSETUP == 'ADVANCED' ]; then
|
||||||
echo " bro_pins:" >> /tmp/$HOSTNAME.sls
|
echo " bro_pins:" >> /tmp/$HOSTNAME.sls
|
||||||
@@ -670,9 +669,9 @@ if (whiptail_you_sure) then
|
|||||||
surithreads=$LBPROCS
|
surithreads=$LBPROCS
|
||||||
fi
|
fi
|
||||||
whiptail_make_changes
|
whiptail_make_changes
|
||||||
#configure_minion
|
sensor_pillar
|
||||||
#copy_ssh_key
|
#copy_ssh_key
|
||||||
create_bond
|
#create_bond
|
||||||
#saltify
|
#saltify
|
||||||
#configure_minion sensors
|
#configure_minion sensors
|
||||||
#copy_minion_pillar SENSORONLY
|
#copy_minion_pillar SENSORONLY
|
||||||
|
|||||||
Reference in New Issue
Block a user