mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 15:44:21 +02:00
optimize phoneusage from callmanager
This commit is contained in:
parent
d7c13ba42e
commit
fb5edb6ea0
@ -132,9 +132,9 @@ sub manage_selection {
|
|||||||
|
|
||||||
my $snmp_result = $options{snmp}->get_multiple_table(
|
my $snmp_result = $options{snmp}->get_multiple_table(
|
||||||
oids => [
|
oids => [
|
||||||
{ oid => $mapping->{ccmPhoneDescription} },
|
{ oid => $mapping->{ccmPhoneDescription}->{oid} },
|
||||||
{ oid => $mapping->{ccmPhoneStatus} },
|
{ oid => $mapping->{ccmPhoneStatus}->{oid} },
|
||||||
{ oid => $mapping->{ccmPhoneName} }
|
{ oid => $mapping->{ccmPhoneName}->{oid} }
|
||||||
],
|
],
|
||||||
return_type => 1,
|
return_type => 1,
|
||||||
nothing_quit => 1
|
nothing_quit => 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user