mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Add support for more DNOS devices #4627
This commit is contained in:
committed by
Neil Lathwood
parent
366bbafe4a
commit
27b1eb7d9e
@@ -4,13 +4,18 @@ $dnos_objectid = array(
|
||||
'.1.3.6.1.4.1.6027.1.',
|
||||
'.1.3.6.1.4.1.674.10895.3042',
|
||||
'.1.3.6.1.4.1.674.10895.3044',
|
||||
'.1.3.6.1.4.1.674.10895.3045',
|
||||
'.1.3.6.1.4.1.674.10895.3046',
|
||||
'.1.3.6.1.4.1.674.10895.3053',
|
||||
'.1.3.6.1.4.1.674.10895.3054',
|
||||
'.1.3.6.1.4.1.674.10895.3055',
|
||||
'.1.3.6.1.4.1.674.10895.3056',
|
||||
'.1.3.6.1.4.1.674.10895.3046',
|
||||
'.1.3.6.1.4.1.674.10895.3057',
|
||||
'.1.3.6.1.4.1.674.10895.3058',
|
||||
'.1.3.6.1.4.1.674.10895.3059',
|
||||
'.1.3.6.1.4.1.674.10895.3060',
|
||||
'.1.3.6.1.4.1.674.10895.3061',
|
||||
'.1.3.6.1.4.1.674.10895.3066',
|
||||
);
|
||||
|
||||
if (starts_with($sysObjectId, $dnos_objectid)) {
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.674.10895.3045
|
||||
@@ -0,0 +1 @@
|
||||
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.674.10895.3053
|
||||
@@ -0,0 +1 @@
|
||||
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.674.10895.3059
|
||||
@@ -0,0 +1 @@
|
||||
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.674.10895.3061
|
||||
@@ -0,0 +1 @@
|
||||
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.674.10895.3066
|
||||
Reference in New Issue
Block a user