librenms/includes/discovery/os/mellanox.inc.php
2016-09-24 17:58:16 +03:00

6 lines
93 B
PHP

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