mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 17:52:46 +01:00
Grid Fixes
This commit is contained in:
@@ -83,11 +83,11 @@ check_software_raid() {
|
||||
appliance_check
|
||||
check_nsm_raid
|
||||
check_boss_raid
|
||||
if [[ -n $APPLIANCE ]]; then
|
||||
{%- if salt['grains.get']('sosmodel', '') %}
|
||||
{%- if grains['sosmodel'] in ['SOSMN', 'SOSSNNV'] %}
|
||||
check_software_raid
|
||||
{%- endif %}
|
||||
fi
|
||||
{%- endif %}
|
||||
|
||||
if [[ -n $SWRAID ]]; then
|
||||
if [[ $SWRAID == '0' && BOSSRAID == '0' ]]; then
|
||||
|
||||
Reference in New Issue
Block a user