RouterOS Wireless Data?

So i just started using a Mikrotik HAP as a wireless AP for some testing and want to do some monitoring with it through LibreNMS. Everything data wise looks good except for the wireless data.

I know you may have to add in some things manually but i haven’t done that nor am i too sure where to start adding manual OID’d for RouterOS wireless data.

This is apparently all of the OID’s for wireless
signal-strength=.1.3.6.1.4.1.14988.1.1.1.2.1.3.68.28.18.252.163.102.7
tx-signal-strength=.1.3.6.1.4.1.14988.1.1.1.2.1.19.68.28.18.252.163.102.7
tx-bytes=.1.3.6.1.4.1.14988.1.1.1.2.1.4.68.28.18.252.163.102.7
rx-bytes=.1.3.6.1.4.1.14988.1.1.1.2.1.5.68.28.18.252.163.102.7
tx-packets=.1.3.6.1.4.1.14988.1.1.1.2.1.6.68.28.18.252.163.102.7
rx-packets=.1.3.6.1.4.1.14988.1.1.1.2.1.7.68.28.18.252.163.102.7
tx-rate=.1.3.6.1.4.1.14988.1.1.1.2.1.8.68.28.18.252.163.102.7 rx-
rate=.1.3.6.1.4.1.14988.1.1.1.2.1.9.68.28.18.252.163.102.7
routeros-version=.1.3.6.1.4.1.14988.1.1.1.2.1.10.68.28.18.252.163.102.7
uptime=.1.3.6.1.4.1.14988.1.1.1.2.1.11.68.28.18.252.163.102.7
signal-to-noise=.1.3.6.1.4.1.14988.1.1.1.2.1.12.68.28.18.252.163.102.7
tx-signal-strength-ch0=.1.3.6.1.4.1.14988.1.1.1.2.1.13.68.28.18.252.163.102.7
signal-strength-ch0=.1.3.6.1.4.1.14988.1.1.1.2.1.14.68.28.18.252.163.102.7
tx-signal-strength-ch1=.1.3.6.1.4.1.14988.1.1.1.2.1.15.68.28.18.252.163.102.7
signal-strength-ch1=.1.3.6.1.4.1.14988.1.1.1.2.1.16.68.28.18.252.163.102.7
tx-signal-strength-ch2=.1.3.6.1.4.1.14988.1.1.1.2.1.17.68.28.18.252.163.102.7
signal-strength-ch2=.1.3.6.1.4.1.14988.1.1.1.2.1.18.68.28.18.252.163.102.7
radio-name=.1.3.6.1.4.1.14988.1.1.1.2.1.20.68.28.18.252.163.102.7

The mikrotik MIB which includes wireless is included with LibreNMS but would i just simple have to make a custom graph at this point? I’m a little confused how i would go about adding Wireless info gathering and graphing

I’ve got a HAP (Acting as an AP) added to my install and there is a wireless tab that shows the following for Each SSID

  • Client Count
  • TX/RX bps
  • CCQ (Client Connection Quality)
  • Noise Floor
  • Frequency

It would suggest adding the device to an instance and see if it works? I think it will gather everything you have above or everything you are after.

That’s the issue lol. I have my HAP ac Lite added to LibreNMS and there is no Wireless tab. I can snmpwalk the wireless OID’s and get the correct data back but Librenms i guess doesn’t recognize it’s using wireless?

I’m using it as a wireless client that has a constant connection to another AP that i use for a backup WWAN. I don’t have any wireless data in LibreNMS but i would LOVE to be able to gather wireless data to monitor but i guess LibreNMS can’t get SNMP in client mode like it does when it’s being used as an AP.