mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
remove debug print statement and submit this as a PR for Alcatel-Lucent inventory support
This commit is contained in:
@@ -14,7 +14,6 @@ if ($config['enable_inventory']) {
|
||||
$entity_array = array();
|
||||
echo 'tmnxHwObjs';
|
||||
$entity_array = snmpwalk_cache_multi_oid($device, 'tmnxHwObjs', $entity_array, 'TIMETRA-CHASSIS-MIB', '+'.$config['mib_dir'].'/aos:'.$config['mib_dir']);
|
||||
//print_r($entity_array);
|
||||
}
|
||||
else {
|
||||
$entity_array = array();
|
||||
|
||||
Reference in New Issue
Block a user