Miscellaneous cleanup, mostly undefined variables - part2 (#14445)

* Miscellaneous cleanup, mostly undefined variables - part2

* wip

* Update Number.php

* Update BridgeMib.php

* Update Xdsl.php

* Update cisco.inc.php

* Update Cisco.php

* Update entity-sensor.inc.php

* Update entity-sensor.inc.php

* Update entity-sensor.inc.php

* Update avtech.inc.php

* Update functions.inc.php

* Update HostResources.php

* Update ports.inc.php

* Update route.inc.php

* Update cisco.inc.php

* Update Cisco.php
This commit is contained in:
Jellyfrog
2022-10-18 13:30:42 +02:00
committed by GitHub
parent 1c9234adf1
commit 34a58c3f9f
21 changed files with 98 additions and 87 deletions

View File

@@ -861,6 +861,11 @@ function discovery_process(&$valid, $os, $sensor_class, $pre_cache)
foreach ($discovery[$sensor_class]['data'] as $data) {
$tmp_name = $data['oid'];
if (! isset($pre_cache[$tmp_name])) {
continue;
}
$raw_data = (array) $pre_cache[$tmp_name];
d_echo("Data $tmp_name: ");