mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-02 00:32:09 +02:00
Added support for Dell Networking OS
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
if (!$os) {
|
||||
if (strstr($sysObjectId, '.1.3.6.1.4.1.6027.1.')) {
|
||||
$os = 'dnos';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user