librenms/includes/discovery/os/zynos.inc.php
2016-09-22 03:58:29 +03:00

6 lines
126 B
PHP

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