Prevent interfaces from being Discovered

Is there any to prevent Librenms from discovering a certain interface by name?

Basically, I don’t want to keep going into port settings for a device in Libre and toggle the disable polling. I don’t want it to be discovered in the first place.

This is what I used on my installation to stop seeing all the interfaces that Ubiquiti creates every time the radios reconnect.

Add to config.php

### Ignore bad ports
$config[‘bad_if’] = “ath1”;

Configuration Docs - LibreNMS Docs - Interfaces to be ignored

Thanks for the link! I will have to try this out. Looks like you can do regex.

I will give it a shot.

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