Hi everyone,
I’m having an issue with the EXA devices. I have more than 500 clients connected to that device. Each client in the snmpwalk it’s seen as an interface.
I’ve managed to ignore upon discovery using the $config[‘bad_ifname_regexp’] = ‘/^Ont \d+/[gG]1$/’;
There is no interface of that type displayed on the device, but when it comes to polling, it’s showing the error: “Polling took longer than 5 minutes! This will cause gaps in graphs.”
I understand it’s a normal behavior because there are a lot of interfaces. but it’s there a way I can force LibreNMS to stop polling those interfaces ?
The names of the interfaces are like: Ont 123456/g1.
I want to stop polling those type of interfaces.