mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-28 16:14:21 +02:00
fix inin
This commit is contained in:
parent
2578fb785f
commit
b974643b03
@ -98,7 +98,7 @@ sub manage_selection {
|
||||
my ($self, %options) = @_;
|
||||
|
||||
$self->{cg} = {};
|
||||
my $snmp_result = $options{snmp}->get_table(oid => $oid_i3IgInfo, start => $oid_i3IgSipActiveCallsCount, end => ,
|
||||
my $snmp_result = $options{snmp}->get_table(oid => $oid_i3IgInfo, start => $oid_i3IgSipActiveCallsCount,
|
||||
nothing_quit => 1);
|
||||
|
||||
foreach my $oid (keys %{$snmp_result}) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user