librenms/includes/discovery/os/hpvc.inc.php
2016-05-04 09:50:35 +03:00

8 lines
108 B
PHP

<?php
if (!$os) {
if (strstr($sysObjectId, '.1.3.6.1.4.1.11.5.7.5.1')) {
$os = 'hpvc';
}
}