$data) { $current = $data['nsCPUusage']; $oid = '.1.3.6.1.4.1.5951.4.1.1.41.6.1.2.' . snmp_string_to_oid($descr); $descr = $data['nsCPUname']; // FIXME, when will converted to definition-based, note that here used "named" index instead numeric discover_processor($valid['processor'], $device, $oid, $descr, 'netscaler', $descr, 1, $current); } unset($nsarray, $oid, $descr, $current); // EOF