librenms/includes/discovery/os/dnos.inc.php

11 lines
196 B
PHP
Raw Normal View History

2015-07-18 19:36:07 +00:00
<?php
if (!$os) {
if (strstr($sysObjectId, '.1.3.6.1.4.1.6027.1.')) {
$os = 'dnos';
}
2015-07-22 14:14:42 +00:00
if (strstr($sysObjectId, '.1.3.6.1.4.1.674.10895.3042')) {
$os = 'dnos';
}
2015-07-18 19:36:07 +00:00
}