diff --git a/lib/App/Monitoring/Plugin/CheckRaid/Plugins/sas2ircu.pm b/lib/App/Monitoring/Plugin/CheckRaid/Plugins/sas2ircu.pm index e551fa86..0ce63f27 100644 --- a/lib/App/Monitoring/Plugin/CheckRaid/Plugins/sas2ircu.pm +++ b/lib/App/Monitoring/Plugin/CheckRaid/Plugins/sas2ircu.pm @@ -217,7 +217,7 @@ sub check { #if ($numslots == 10 ) { $state='FREDFISH';} #when we get a state, test on it and report it.. - if ($state =~ /Optimal|Ready/) { + if ($state =~ /Optimal|Ready|Hot Spare/) { #do nothing at the moment. } else { $this->critical;