Add DG sensor to verbose array

This commit is contained in:
Georg Schönberger
2014-10-20 12:33:38 +02:00
parent c6e3aca450
commit d6ea28b0c0

View File

@@ -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'})){