Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Radio Capacity for single radio Unifi APs #5696

Closed
5 tasks done
mbwall opened this issue Jan 31, 2017 · 3 comments
Closed
5 tasks done

Support Radio Capacity for single radio Unifi APs #5696

mbwall opened this issue Jan 31, 2017 · 3 comments

Comments

@mbwall
Copy link
Contributor

mbwall commented Jan 31, 2017

DO NOT DELETE THIS INFORMATION.

Please read this information carefully.

GitHub issues is for feature requests or bugs, please do not post issues asking for help or how to do X, Y or Z.
You can use our irc channel ##librenms on freenode to ask questions or our community site.

Please confirm each of the sections below by putting an x in the box like [x].

  • Is your install up to date? Updating your install
    Please do not submit an issue if your install is not up to date within the last 24 hours or on a stable monthly release.

  • Please include all of the information between the ==================================== section of ./validate.php which you can run from the cli.
    ==========================================================
    Component | Version
    --------- | -------
    LibreNMS | eb82bee
    DB Schema | 157
    PHP | 7.0.15
    MySQL | 5.5.52-MariaDB
    RRDTool | 1.4.8
    SNMP | NET-SNMP 5.7.2
    ==========================================================

  • Unless your issue is for a WebUI fix or feature then please provide ALL info asked for here.

disovery output: http://pastebin.com/zLN8pWDP
poller output: http://pastebin.com/d7GMHWej

  • Please provide as much detail as possible.
  • Please do NOT post more than 10 lines of debug information here, use a pastebin service or GitHub Gists.

Currently the Unifi poller assumes that devices have 2 radios. Some APs however only have one (2.4GHz), and so the poller errors when trying to get the Radio Capacity for those devices.

Notice in the poller output:
Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.
Failed object: unifiRadioCuTotal.1

If the relevant portions are removed from /includes/polling/mib/ubnt-unifi-mib.inc.php then the result is accurate for a single radio:
unifiRadioCuTotal.0 = 13
unifiRadioCuSelfRx.0 = 3
unifiRadioCuSelfTx.0 = 8
unifiRadioOtherBss.0 = 0

This also means that the Wireless Clients graph always shows 2 Radios, even though the second one will always have values of 0.

I don't have an AP with 2 radios to test, but I think the number may be available by looking in unifiRadioTable ( .1.3.6.1.4.1.41112.1.6.1.1)

@geordish
Copy link
Contributor

I'm looking for feedback on WiFi related stuff here:

https://community.librenms.org/t/improve-wifi-collection-and-graphing-code/453/2

Any chance of providing feedback?

@laf
Copy link
Member

laf commented Feb 27, 2017

@laf laf closed this as completed Feb 27, 2017
@lock
Copy link

lock bot commented May 17, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed.

@lock lock bot locked as resolved and limited conversation to collaborators May 17, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants