mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-28 08:04:36 +02:00
fix dell me4
This commit is contained in:
parent
c62e9a076d
commit
ba4279e170
@ -211,7 +211,7 @@ sub manage_selection {
|
||||
}
|
||||
|
||||
foreach (@{$result_logical_interfaces->{'sas-host-phy-statistics'}}) {
|
||||
next if ($self->{ports}->{ $_->{port} });
|
||||
next if (!defined($self->{ports}->{ $_->{port} }));
|
||||
|
||||
$self->{ports}->{ $_->{port} }->{interfaces}->{ $_->{phy} } = {
|
||||
display => $_->{phy},
|
||||
|
Loading…
x
Reference in New Issue
Block a user