mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 16:04:35 +02:00
Merge pull request #3254 from barhom/juniper-ex2500
Added support for Juniper EX2500
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
if (!$os) {
|
||||
if (strstr($sysObjectId, '.1.3.6.1.4.1.1411.102')) {
|
||||
$os = 'juniperex2500os';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user