What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general.

Learn more

PRTG Network Monitor

Intuitive to Use. Easy to manage.
More than 500,000 users rely on Paessler PRTG every day. Find out how you can reduce cost, increase QoS and ease planning, as well.

Free Download

Top Tags


View all Tags

How can I monitor Ubiquiti Link Status in PRTG?

Votes:

0

I need to monitor the link status/quality ccq for Ubiquiti radios. They do not offer the status via SNMP.

bridge ccq link-status snmp ubiquiti

Created on Sep 8, 2016 12:56:11 PM



2 Replies

Accepted Answer

Votes:

1

I wrote a script to do this and put it on github. The web configuration uses AJAX to show this information and after disecting it I found the url request it uses and it outputs JSON. So we need to connect to the page and authenticate and request the data and parse it for out. I have it set up as a batch script external sensor that executes perl. So perl must be installed.

https://github.com/thomasmcneill/prtg_Ubiquiti

Example parameters

71.1.77.97 user pass 68:72:51:0c:71:a0 ccq

The ccq is the parameter I want.

Created on Sep 8, 2016 3:21:48 PM

Last change on Sep 8, 2016 4:12:03 PM by  Luciano Lingnau [Paessler]



Votes:

0

Hello Thomas and thank you for your post and for sharing your script.

I'm not sure which equipment you're referring to, but several UBNT (Ubiquity) devices implement the MIKROTIK-MIB, which can be imported.

Once imported, the mtxrWl section should provide you with TX and RX Strength and signal level. Note: Most UBNT devices only implement SNMP V1, they will fail to reply to SNMP v2c queries.

Best Regards,
Luciano Lingnau [Paessler Support]

Created on Sep 8, 2016 4:15:53 PM by  Luciano Lingnau [Paessler]

Last change on Sep 8, 2016 4:16:27 PM by  Luciano Lingnau [Paessler]




Disclaimer: The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.