Hello,
there is a missing dot after number 4 on line 11136 in file centreon_mikrotik_snmp.pl.
my $mktFrequenOid = '.1.3.6.1.4.1.14988.1.1.1.3.1.4';
but it should be
my $mktFrequenOid = '.1.3.6.1.4.1.14988.1.1.1.3.1.4.';
And I have one cosmetic question. For modes list-ssids and list-frequencies I need to click on details to see the results. See screenshots. How to change the perl code to see results in one row like other modes? Thanks.