ottorei
ottorei
You mentioned you have some rewrite-rules on .htaccess, could you post those also? I also believe you have followed the instructions from the docs (https://docs.librenms.org/Extensions/Sub-Directory/)? In any case, the recommended...
The old module should still work. There is something wrong with the code if it gives values of 0 for the device_id. We have a few Cisco WLCs at work...
Something must be causing this to be zero then: $device['device_id'] But if that was broken, then many other modules would also be quite broken at the moment, right @murrant?. Could...
> I tried testing #13198 again. No errors this time but it break the device view. That might be caused by the modifications on the table (web ui is still...
> @ottorei here is poll debug of one of our WLC. > > [LibreNMS WLC debug.log](https://github.com/librenms/librenms/files/7579775/LibreNMS.WLC.debug.log) After a quick at the debug log I am noticing something weird - the...
Just checked my NOC server with multiple Cisco WLCs. select * from access_points where device_id = 0; 2141912 rows in set (4.658 sec)...
Ok, I think this can be fixed by just inserting the device_id into the query on the newer Ciscowlc.php. Just tested this quickly and it seems to be working correctly....
@gmitchelson Can you try with this: https://github.com/librenms/librenms/pull/13560
This seems to be caused by the composite key of the AccessPoint-model. It does not take the device_id into account. I will test this also...
Testing #13565 now. This "should" fix adding the same rows again during each poll.