mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Updated Sonus SBC detection (#4363)
* Updated Sonus SBC detection * Updated to array
This commit is contained in:
committed by
Tony Murray
parent
66bc0a7826
commit
d6d2ff8499
@@ -11,7 +11,7 @@
|
||||
*/
|
||||
|
||||
if (!$os) {
|
||||
if (strstr($sysObjectId, '.1.3.6.1.4.1.2879.1.9.2')) {
|
||||
if (starts_with($sysObjectId, array('.1.3.6.1.4.1.2879.1.9.2','.1.3.6.1.4.1.177.15.1.1.1'))) {
|
||||
$os = 'sonus-sbc';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user