mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added support for Quanta LB9 rack switch and updated logo to the newer QCT logo
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 853 B |
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
|
||||
if (starts_with($sysObjectId, array('.1.3.6.1.4.1.4413', '.1.3.6.1.4.1.7244')) && str_contains($sysDescr, array('vxworks', 'quanta'), true)) {
|
||||
if (starts_with($sysObjectId, array('.1.3.6.1.4.1.4413', '.1.3.6.1.4.1.7244')) && str_contains($sysDescr, array('vxworks', 'quanta', 'LB9, Runtime Code'), true)) {
|
||||
$os = 'quanta';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user