mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
This isn't the operator you are looking for. Move along.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user