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

6 lines
96 B
PHP

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