![](https://secure.gravatar.com/avatar/07b89ef2af9340bed0c26a288bfddb47.jpg?s=120&d=mm&r=g)
Hi,
How can we _Force_ the disablement of discovering hosts via LLDP/XDP?
Normally when running poller.php, with '$config['autodiscovery']['xdp'] = FLASE;' set in config.php, everything is fine.
However when running '/opt/observium/discovery.php', it finds a switch, and we have LLDP enabled on our servers and switches for other processes related to the management of servers.
However this means that Observium takes over an hour to discover a single Virtual Cassis which has 192 ports, with over 100 active servers (all showing up in the LLDP on the switch).
Obviously this is a waste of time, and unnecessarily stressful for the servers being scanned and the Observium server.
Why is discovery.php not honouring '$config['autodiscovery']['xdp'] = FLASE;' as set in config.php?
Cheers, Andy.