Hi!
Overnight during the svn up to 11597 we have gained a couple of
hundred ‘ports’ which are on various SmartOptics chassis (DCP and M
series) of type “Optical Channel”
There was already an exclusion for this type of interface (as the
data polled is null anyway, even for ‘Up’ channels) but it now seems to
be ignoring the exclusion and showing a couple of hundred extra (Down)
ports now.
The current config.php exclusions I’ve tried are:
$config['bad_if_regexp'][]
= "/opticalChannel/";
$config['bad_if'][]
= "opticalChannel";
$config['bad_iftype'][]
= "opticalChannel";
With no luck, although it is correctly importing them into the
config, for example:
Any ideas please? Cheers!