Files
librenms-librenms/includes
Maximilian Wilhelm 79eab54fd9 Allow ignoring unmapable interfaces in poller.
When using the ifName or ifDescr as means to map discovered ports to
  known ports in the DB (think of port association mode) it's possible
  that we're facing the problem that the ifName or ifDescr polled from
  the device is unset or an empty string (like when querying some ubnt
  devices...). If this happends we have no way to map this port to any
  port found in the database. As reported this situation may occur for
  the time of one poll and might resolve automagically before the next
  poller run happens. Without this special case this would lead to new
  ports added to the database each time this situation occurs. To give
  the user the choice between »a lot of new ports« and »some poll runs
  are missed but ports stay stable« the 'ignore_unmapable_port' option
  has been added to configure this behaviour. To skip the port in this
  loop is sufficient as the next loop is looping only over ports found
  in the database and "maps back". As we did not add a new port to the
  DB here, there's no port to be mapped to.

  I'm using the in_array() check here, as I'm not sure if an "ifIndex"
  can be legally set to 0, which would yield True when checking if the
  value is empty().

Signed-off-by: Maximilian Wilhelm <max@rfc2324.org>
2016-02-03 21:14:24 +01:00
..
2016-01-25 23:58:38 +00:00
2015-07-15 11:04:22 +02:00
2014-03-07 22:21:22 +01:00
2015-12-19 12:31:07 +00:00
2015-07-15 11:04:22 +02:00
2016-01-30 10:10:16 +00:00
2015-07-15 11:04:22 +02:00
2015-07-15 11:04:22 +02:00
2016-01-15 21:49:58 +10:00
2015-08-08 19:27:18 +00:00
2016-01-28 23:11:11 +01:00
2015-12-23 15:12:42 +00:00
2015-07-15 11:04:22 +02:00
2016-01-21 14:18:01 +01:00
2016-01-22 09:39:26 +10:00
2015-07-15 11:04:22 +02:00
2015-07-15 11:04:22 +02:00