librenms/includes/discovery/os/jwos.inc.php
2016-09-24 16:30:32 +03:00

6 lines
87 B
PHP

<?php
if (starts_with($sysObjectId, '.1.3.6.1.4.1.8239.1.2.9')) {
$os = 'jwos';
}