Phantom wifi Poller Module - Bulk Delete From Devices?

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?

If it is not in your config.php (which is most common), it could be in the device_attribs table in the database… Check there and remove all that mention wifi.

Great advice - I found it lurking in device_attribs.

Thanks Tony :slight_smile:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.