'', 'entPhysicalClass' => 'module', 'entPhysicalName' => "Fan Card $i", 'entPhysicalSerialNum' => $fan_card_serial, 'entPhysicalAssetID' => '', 'entPhysicalIsFRU' => 'true', 'entPhysicalContainedIn' => 1, // ENTITY-MIB exposes the chassis with index 1. 'entPhysicalParentRelPos' => -1, 'entPhysicalMfgName' => 'Raisecom' ]; discover_inventory($device, $system_index, $inventory[$system_index], $mib); } $system_index++; $i++; } unset($mib, $serials, $system_index, $i, $fan_card_serial); // EOF