librenms/includes/discovery/os/mellanox.inc.php
2015-07-13 23:04:10 +01:00

8 lines
102 B
PHP

<?php
if (!$os) {
if (strstr($sysObjectId, ".33049.1.1.1.")) {
$os = "mellanox";
}
}