$entry) { if (is_numeric($index) && is_numeric($entry['hpLocalMemTotalBytes'])) { $total = $entry['hpLocalMemTotalBytes']; $used = $entry['hpLocalMemAllocBytes']; discover_mempool($valid['mempool'], $device, $index, 'NETSWITCH-MIB', "Memory $index", 1, $total, $used); } } unset($mempool_array, $index, $total, $used); // EOF