Files
librenms-librenms/includes/discovery/os/zynos.inc.php

6 lines
126 B
PHP
Raw Normal View History

<?php
2016-09-22 02:10:50 +03:00
2016-09-22 22:59:35 +01:00
if (starts_with($sysObjectId, '.1.3.6.1.4.1.890') && starts_with($sysDescr, array('ES', 'GS'))) {
2016-09-22 02:10:50 +03:00
$os = 'zynos';
}