mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
e3720235f4
* Fixed UniFi AP hardware type and firmware version retrieval, enabled snmpbulkwalk * Modified to pull from appropriate OID depending on sysObjectID * Revert "Modified to pull from appropriate OID depending on sysObjectID" - typos in snmp_get_multi() commands This reverts commit5c2b6039f4. * Revert "Revert "Modified to pull from appropriate OID depending on sysObjectID" - typos in snmp_get_multi() commands" This reverts commitbccf301a8b, so I can submit everything in the one commit * Revert "Modified to pull from appropriate OID depending on sysObjectID" This reverts commit5c2b6039f4due to errors in code * Revert to commita8d380fand then apply changes to account for both old and new agent responses. * Pull IEEE802dot11-MIB values via snmp_getnext() & sanity check returned results * Fixed typo in previous commit - [0]s where they don't belong. * Updated to take advantage of new snmp_getnext_multi() function * Updated to account for changes to snmp_getnext_multi in pr#8052