"GANDI-MIB", // RX Packets "txCounter" => "GANDI-MIB", // TX Packets "dropCounter" => "GANDI-MIB", // Dropped counters "acldropCounter" => "GANDI-MIB", // ACL Dropped counter "ratedropCounter" => "GANDI-MIB", // Rate Dropped counter "KNIrxCounter" => "GANDI-MIB", // KNI RX counter "KNItxCounter" => "GANDI-MIB", // KNI TX counter "KNIdropCounter" => "GANDI-MIB", // KNI DROP counter ); register_mibs($device, $pktj_mibs, "include/discovery/os/linux.inc.php"); } elseif (starts_with($sysObjectId, '.1.3.6.1.4.1.40310')) { $os = 'cumulus'; } elseif (str_contains($sysDescr, array('g56fa85e', 'gc80f187', 'g829be90', 'g63c0044', 'gba768e5'))) { $os = 'sophos'; } elseif (snmp_get($device, 'SFA-INFO::systemName.0', '-Osqnv', 'SFA-INFO') !== false) { $os = 'ddnos'; } elseif (is_numeric(trim(snmp_get($device, 'roomTemp.0', '-OqvU', 'CAREL-ug40cdz-MIB', 'carel')))) { $os = 'pcoweb'; // Carel PCOweb } elseif (starts_with($sysDescr, 'Linux mirthtemplate')) { $os = 'mirth'; } }