How to add Wireless polling for the MikroTik Wireless Wire Dish?

The new 60 Ghz Wireless Wire Dish reports via SNMP, but LibreNMS does not show a Wireless tab like other wireless devices.

I’m searching how I can modify LibreNMS to collect and display the wireless values. Do I need to add a new OS Class?

I have all the MIBS which work fine in The Dude.

snmpwalk -v 2c -c mycommunity 10.1.40.33 enterprises.14988.1.1.1 SNMPv2-SMI::enterprises.14988.1.1.1.4.0 = Gauge32: 0 SNMPv2-SMI::enterprises.14988.1.1.1.6.0 = Gauge32: 0 SNMPv2-SMI::enterprises.14988.1.1.1.8.1.2.1 = INTEGER: 3 SNMPv2-SMI::enterprises.14988.1.1.1.8.1.3.1 = STRING: "MikroTik-f643d6" SNMPv2-SMI::enterprises.14988.1.1.1.8.1.4.1 = INTEGER: 1 SNMPv2-SMI::enterprises.14988.1.1.1.8.1.5.1 = Hex-STRING: 04 D6 AA A0 48 A6 SNMPv2-SMI::enterprises.14988.1.1.1.8.1.6.1 = INTEGER: 58320 SNMPv2-SMI::enterprises.14988.1.1.1.8.1.7.1 = INTEGER: 8 SNMPv2-SMI::enterprises.14988.1.1.1.8.1.8.1 = INTEGER: 90 SNMPv2-SMI::enterprises.14988.1.1.1.8.1.9.1 = INTEGER: 32 SNMPv2-SMI::enterprises.14988.1.1.1.8.1.10.1 = INTEGER: 96 SNMPv2-SMI::enterprises.14988.1.1.1.8.1.11.1 = STRING: "left 1.4 degrees, up 0.2 degrees" SNMPv2-SMI::enterprises.14988.1.1.1.8.1.12.1 = INTEGER: -56 SNMPv2-SMI::enterprises.14988.1.1.1.9.1.2.7 = INTEGER: 1 SNMPv2-SMI::enterprises.14988.1.1.1.9.1.3.7 = Hex-STRING: 04 D6 AA A0 48 A6 SNMPv2-SMI::enterprises.14988.1.1.1.9.1.4.7 = INTEGER: 8 SNMPv2-SMI::enterprises.14988.1.1.1.9.1.5.7 = INTEGER: 90 SNMPv2-SMI::enterprises.14988.1.1.1.9.1.6.7 = INTEGER: 32 SNMPv2-SMI::enterprises.14988.1.1.1.9.1.7.7 = INTEGER: 96 SNMPv2-SMI::enterprises.14988.1.1.1.9.1.8.7 = INTEGER: 2310 SNMPv2-SMI::enterprises.14988.1.1.1.9.1.9.7 = INTEGER: -56 SNMPv2-SMI::enterprises.14988.1.1.1.9.1.10.7 = INTEGER: 0 SNMPv2-SMI::enterprises.14988.1.1.1.10.0 = Gauge32: 0

Read the wireless sensors section of the docs you linked.

I actually got it to work!

I only modified LibreNMS/OS/Routeros.php. If anyone wants a copy, send me a message. Thank you @murrant!

You should submit a pull request for others to benefit from, this is how LibreNMS works.

Can you please send me a copy of that?

Please can you tell how you did this?

Thanks