librenms/includes/discovery/os/zynos.inc.php
2016-09-22 16:59:35 -05:00

6 lines
126 B
PHP

<?php
if (starts_with($sysObjectId, '.1.3.6.1.4.1.890') && starts_with($sysDescr, array('ES', 'GS'))) {
$os = 'zynos';
}