This isn't the operator you are looking for. Move along.

This commit is contained in:
Eldon Koyle
2015-12-09 15:28:13 -07:00
parent 81d84e0f8b
commit bd23d9e56a

View File

@@ -422,7 +422,7 @@ foreach ($ports as $port) {
// End parse ifAlias
// Update IF-MIB metrics
$_stat_oids = $stat_oids_db + $stat_oids_db_extended;
$_stat_oids = array_merge($stat_oids_db, $stat_oids_db_extended);
foreach ($_stat_oids as $oid) {
$port_update = 'update';
$extended_metric = !in_array($oid, $stat_oids_db, true);