The over: definitions graph: device_wireless* in includes/definitions/iosxe.yaml are problematic since they will be shown on any iosxe device, looks kinda silly seeing empty wireless graphs on your non wireless devices.
I have 17.12.4, but my libre is running in a docker , so not sure how I would go about doing some changes to it without it just getting overwritten next update…
No mecanism yet in LibreNMS to acheive that. So the only current option is to create a new OS (distinct from IOSXE). Unfortunately, IOSXE indeed supports Wireless (a few switches can do it aside of CL9800 of course) so unless a proper patch in LibreNMS is made to handle this situation, you’ll have to live with it.
Not sure if this applies to this topic or not, I upgraded 2 x 9800-40 controllers from 17.9.4a → 17.9.5 last night, now my librenms is complaining it can not poll either of the controllers. I do have another controller running 17.12.3 with no issues.
I verified that snmp info is correct and ip information is correct.
Could it be a mib issue?
do i need to delete the controller from librenms and then re-add it?
Hello,
New to LibreNMS and I’ve got a WLC 9800-40 running 17.9.5. It appears to be working correctly in LNMS so thanks for the work on this. I did notice some odd behavior regarding AP display:
If I use the Main Menu Wireless > APs option I only get a summary, but there is a search and pagination buttons.
However when I goto Device > Access Points it lists all the APs with no pagination or search. It also lists each radio per AP so this page takes forever to load with my 1200 APs (x3 each). It would be nice if pagination and search options were avialable here to save server load.
I tested this PR and it does work to paginate which saves issues loading a full AP list. However, as I noted on github it still could use search functionality (or make the master searchbox also search AP list?) an some easier navigation options.