Add comprehensive Sub10 support

This commit is contained in:
Thom Seddon
2016-01-08 10:51:25 +00:00
parent f0098d7d07
commit 89a76ef673
14 changed files with 9587 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php
/*
* LibreNMS Sub10 OS information module
*/
if (!$os) {
if (strstr($sysObjectId, '.1.3.6.1.4.1.39003')) {
$os = 'sub10';
}
}