mirror of
https://github.com/thomas-krenn/check_lsi_raid.git
synced 2026-02-25 05:08:48 +01:00
Fix critical status for cachevault replacement
This commit is contained in:
@@ -704,7 +704,7 @@ sub getCVStatus {
|
||||
elsif($currBlock eq 'Firmware_Status' && $line =~ /^Replacement required/){
|
||||
$line =~ /([a-zA-Z0-9]*)$/;
|
||||
if($1 ne "No") {
|
||||
${$statusLevel_a[0]} = 'Warning';
|
||||
${$statusLevel_a[0]} = 'Critical';
|
||||
push $statusLevel_a[2],'CacheVault_replacement_required';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user