My librenms.log is filling up with:
[ERROR] Module wifi does not exist, please remove it from your configuration.
I don’t see it as an installed module in /settings/discovery/discovery_modules, nor do I see it in config.php
I tried adding $config[‘poller_modules’][‘wifi’] = 0; to config.php, to no avail.
I do see it as a per-device module in the UI, and I could go through each device and disable it, but that’d take ages. How do I find how this non-existent module has crept into my system, and how do I bulk-disable/remove it?
I tried to grep for “wifi”, but that string shows in 128 files within /opt/librenms. What would be a better search string to limit results to this wifi module?