mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 23:54:18 +02:00
Fix (good now) hp proliant
This commit is contained in:
parent
f8663603d8
commit
464cc3d613
@ -204,7 +204,8 @@ sub host_array_controller {
|
||||
|
||||
my $fca_index = $1;
|
||||
my $fca_status = $result2->{$oid_cpqFcaHostCntlrStatus . '.' . $instance};
|
||||
my $fca_model = defined($model_map{$result2->{$oid_cpqFcaHostCntlrModel . '.' . $instance}}) ? $model_map{$result2->{$oid_cpqFcaHostCntlrModel . '.' . $instance}} : 'unknown';
|
||||
my $fca_model = (defined($result2->{$oid_cpqFcaHostCntlrModel . '.' . $instance}) && defined($model_map{$result2->{$oid_cpqFcaHostCntlrModel . '.' . $instance}})) ?
|
||||
$model_map{$result2->{$oid_cpqFcaHostCntlrModel . '.' . $instance}} : 'unknown';
|
||||
my $fca_slot = $result2->{$oid_cpqFcaHostCntlrSlot . '.' . $instance};
|
||||
my $fca_condition = $result2->{$oid_cpqFcaHostCntlrCondition . '.' . $instance};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user