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

8 lines
105 B
PHP
Raw Normal View History

2016-08-23 20:44:45 +02:00
<?php
if (!$os) {
if (strstr($sysObjectId, '.1.3.6.1.4.1.26381')) {
2016-08-23 20:44:45 +02:00
$os = "hytera";
}
}