mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-30 16:14:21 +02:00
Add comprehensive Sub10 support
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
/*
|
||||
* LibreNMS Sub10 OS information module
|
||||
*/
|
||||
|
||||
if (!$os) {
|
||||
if (strstr($sysObjectId, '.1.3.6.1.4.1.39003')) {
|
||||
$os = 'sub10';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user