mirror of
https://github.com/thomas-krenn/check_lsi_raid.git
synced 2026-05-11 17:15:40 +02:00
Fix string append operator
This commit is contained in:
+2
-2
@@ -537,8 +537,8 @@ sub getPDStatus{
|
||||
if(exists $PD->{'State'}){
|
||||
if($PD->{'State'} ne 'Onln'){
|
||||
$status = 'Critical';
|
||||
push $statusLevel_a[2], $PD->{'pd'}+'_State';
|
||||
$statusLevel_a[3]->{$PD->{'pd'}+'_State'} = $PD->{'State'};
|
||||
push $statusLevel_a[2], $PD->{'pd'}.'_State';
|
||||
$statusLevel_a[3]->{$PD->{'pd'}.'_State'} = $PD->{'State'};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user