librenms/includes/discovery/os/juniperex2500os.inc.php
2016-03-16 16:08:50 +01:00

8 lines
117 B
PHP

<?php
if (!$os) {
if (strstr($sysObjectId, '.1.3.6.1.4.1.1411.102')) {
$os = 'juniperex2500os';
}
}