mirror of
https://github.com/thomas-krenn/check_lsi_raid.git
synced 2026-03-03 16:02:41 +01:00
Fix hash key for DG
This commit is contained in:
@@ -614,7 +614,7 @@ sub getPDStatus{
|
||||
}
|
||||
}
|
||||
if(exists($PD->{'DG'})){
|
||||
if($PD->{'eq'} eq 'F'){
|
||||
if($PD->{'DG'} eq 'F'){
|
||||
$status = 'Warning';
|
||||
push @{$statusLevel_a[1]}, $PD->{'pd'}.'_DG';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user