Monitor wireless values

Hello,

I have a point-to-point link in my network which I want to monitor.

Actually I use Cacti for monitor both devices, it works well for bandwidth and hardware resources. But I want to monitor the wireless data: signal, noise…

I read about LibreNMS, anyone have experience with this tool?

I will really appreciate any suggestion.

Thanks for your help.

Kind regards.

If you can read it some place, we can graph it.
Example with a cli command you can get the needed value, you can send it out from your router using Syslog.
Then this data can be used in Splunk to make nice graphs.

Look here for some user of it:
http://forum.mikrotik.com/t/tool-using-splunk-to-analyse-mikrotik-logs-3-3-graphing-everything/121810/1

Everything you want is in RouterOS wireless MIBs.

/interface wireless
print oid

Use SNMP to retrieve the data, and choose any of the available monitoring platforms to graph it :slight_smile:

Hello,

I installed LibreNMS and it really works great! It is easy to configure and add the devices.

Regards.