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

11 lines
151 B
PHP
Raw Normal View History

2015-09-11 18:40:51 +01:00
<?php
/*
* LibreNMS Sub10 OS information module
*/
if (!$os) {
if (strstr($sysObjectId, '.1.3.6.1.4.1.39003')) {
$os = 'sub10';
}
}