mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 15:44:21 +02:00
fix status f5 pool
This commit is contained in:
parent
1499a9c847
commit
1c239bae6f
@ -227,7 +227,7 @@ sub manage_selection {
|
||||
}
|
||||
$self->{pool}->{$_}->{ltmPoolStatServerCurConns} = $result2->{ltmPoolStatServerCurConns};
|
||||
$result->{StatusReason} = '-' if (!defined($result->{StatusReason}) || $result->{StatusReason} eq '');
|
||||
foreach my $name (keys %{$mapping->{$map}}) {
|
||||
foreach my $name (keys %$result) {
|
||||
$self->{pool}->{$_}->{$name} = $result->{$name};
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user