Exempt OS From Autodiscovery

I’d like to exempt a few cameras from autodiscovery. I know you can do $config[‘bad_if’][] = ‘’; to filter out interfaces, but is there one for doing it by OS?

i don’t think you can do it by OS. But it can be done by IP address or sysname or description
https://docs.librenms.org/#Extensions/Auto-Discovery/

By IP address is going to be a mess, I have tons of devices getting picked up and need an efficient way to exclude them.

change the SNMP communuity string or turn off auto discovery for that subnet.