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

Monitor Unifi AP's

Votes:

0

Maybe this is a long shoot, but I thought I would ask anyway.

I have a Unifi AP and from what I can understand it should be possible to obtain some data from it. I have read through some forum threads and also contacted Unifi support regarding this. They refered to this forum thread:

http://community.ubnt.com/t5/UniFi-Wireless/UniFi-PRO-AP-SNMP-OID/m-p/772894#M59490

From the info I got Unifi AP's do not have MIB's at this time. But it should be possible to use SNMP and OID for monitoring. I used MIB Browser to find some OID's and this is what i could extract:

https://imgur.com/ROFik9O

My question is if there is anyone that know how I can use this information and get data from it in PRTG?

Thanks!

octet-value oid prtg snmp unifi

Created on Apr 24, 2016 8:45:05 PM



Best Answer

Accepted Answer

Votes:

0

Created on Jan 10, 2017 8:41:51 AM by  Luciano Lingnau [Paessler]



8 Replies

Votes:

0

From what I can tell, you can use SNMP CPU Load and SNMP Uptime. SNMP Traffic should work as well. SNMP Memory might work. Can you try to create those sensors on the target device?

Created on Apr 25, 2016 10:31:23 AM by  Stephan Linke [Paessler Support]



Votes:

0

I tried to creaty SNMP CPU Load, but I only get a error "No response (check: firewalls, routing, snmp settings of device, IPs, SNMP version, community, passwords etc) (SNMP error # -2003)"

Created on Apr 25, 2016 10:57:07 AM



Votes:

0

Then SNMP is either not configured correctly or still turned off. This maybe needs to be configured in the UniFi Controller :)

Created on Apr 25, 2016 11:14:43 AM by  Stephan Linke [Paessler Support]



Votes:

0

The SNMP has been enabled since several days. See here https://imgur.com/IyxvAGQ

Created on Apr 25, 2016 1:12:59 PM



Votes:

0

And PRTG is configured accordingly? SNMP v1 will only give you 32bit counters. (Proper) SNMP support for wireless APs will probably never come :(

Created on Apr 25, 2016 1:22:42 PM by  Stephan Linke [Paessler Support]



Votes:

0

Not sure if you got it working, but I have added the following to config.gateway.json file on the controller, and then I got access.:

{
  "service": {
    "snmp": {
      "community": {
        "public": {
          "authorization": "ro",
          "network": [
            "192.168.0.0\/24"
          ]
        }
      }
    }
  }
}

Created on Oct 26, 2016 9:52:02 AM

Last change on Oct 26, 2016 10:13:27 AM by  Stephan Linke [Paessler Support]



Votes:

0

Thanks for sharing! :)

Created on Oct 26, 2016 10:13:35 AM by  Stephan Linke [Paessler Support]



Accepted Answer

Votes:

0

Created on Jan 10, 2017 8:41:51 AM 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.