mirror of
https://github.com/thomas-krenn/check_lsi_raid.git
synced 2026-02-27 06:08:40 +01:00
Add DG sensor to verbose array
This commit is contained in:
@@ -617,6 +617,7 @@ sub getPDStatus{
|
||||
if($PD->{'DG'} eq 'F'){
|
||||
$status = 'Warning';
|
||||
push @{$statusLevel_a[1]}, $PD->{'pd'}.'_DG';
|
||||
$statusLevel_a[3]->{$PD->{'pd'}.'_DG'} = $PD->{'DG'};
|
||||
}
|
||||
}
|
||||
if(exists($PD->{'Drive Temperature'})){
|
||||
|
||||
Reference in New Issue
Block a user