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