Are you actually typing FLASE or FALSE


On Nov 5, 2016 9:02 PM, Andy Lemin <andy@brandwatch.com> wrote:
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.