mirror of
https://github.com/thomas-krenn/check_lsi_raid.git
synced 2026-03-14 21:02:48 +01:00
Fix string append operator
This commit is contained in:
@@ -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