mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 07:34:35 +02:00
fix(plugin): network::mikrotik::snmp - fix the SSIDs listing (#4604)
This commit is contained in:
parent
d61f49607a
commit
baaaa811d7
@ -73,7 +73,7 @@ sub run {
|
||||
$self->{output}->option_exit();
|
||||
}
|
||||
|
||||
my $mktFrequenOid = '.1.3.6.1.4.1.14988.1.1.1.3.1.4';
|
||||
my $mktFrequenOid = '.1.3.6.1.4.1.14988.1.1.1.3.1.4.';
|
||||
|
||||
foreach (sort @{$self->{datas}->{all_ids}}) {
|
||||
my $display_value = $self->get_display_value(id => $_);
|
||||
|
Loading…
x
Reference in New Issue
Block a user