mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix: Improve BDCOM detection (#4329)
This commit is contained in:
committed by
Neil Lathwood
parent
20a452912f
commit
96fc6a8ff8
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
if (!$os) {
|
||||
if (strstr($sysObjectId, '.1.3.6.1.4.1.3320.1.185')) {
|
||||
if (strstr($sysObjectId, '.1.3.6.1.4.1.3320.1')) {
|
||||
$os = 'bdcom';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user