mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: improve Brocade Network OS detection (#5756)
This commit is contained in:
committed by
Neil Lathwood
parent
d1818c1b2e
commit
2d3b2f2ca7
@@ -8,8 +8,6 @@ over:
|
||||
- { graph: device_mempool, text: 'Memory Usage' }
|
||||
icon: brocade
|
||||
discovery:
|
||||
- sysObjectId: .1.3.6.1.4.1.1588.2.2.1.1
|
||||
- sysDescr:
|
||||
- 'Brocade VDX'
|
||||
- 'BR-VDX'
|
||||
- 'VDX67'
|
||||
- sysObjectId:
|
||||
- .1.3.6.1.4.1.1588.2.2.
|
||||
- .1.3.6.1.4.1.1588.3.3.
|
||||
|
||||
@@ -1089,7 +1089,6 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
|
||||
$this->checkOS('nos');
|
||||
$this->checkOS('nos', 'nos1');
|
||||
$this->checkOS('nos', 'nos2');
|
||||
$this->checkOS('nos', 'nos3');
|
||||
}
|
||||
|
||||
public function testNrg()
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
1.3.6.1.2.1.1.1.0|4|Brocade VDX
|
||||
1.3.6.1.2.1.1.1.0|4|Brocade VDX6740 Switch (FABM1-PA3 FABM2-PA3), BR-VDX6740, Network Operating System Software Version 6.0.1a.
|
||||
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.1588.3.3.1.131
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
1.3.6.1.2.1.1.1.0|4|BR-VDX
|
||||
1.3.6.1.2.1.1.1.0|4|Brocade-11, BR-VDX6710-54, Network Operating System Software Version 4.1.3b.
|
||||
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.1588.2.2.1.1.1.5
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
1.3.6.1.2.1.1.1.0|4|VDX67
|
||||
1.3.6.1.2.1.1.1.0|4|Brocade-VDX-VCS 10
|
||||
1.3.6.1.2.1.1.2.0|6|.1.3.6.1.4.1.1588.2.2.1.1
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
1.3.6.1.2.1.1.1.0|4|Brocade-VDX-VCS 1
|
||||
1.3.6.1.2.1.1.2.0|6|.1.3.6.1.4.1.1588.2.2.1.1
|
||||
Reference in New Issue
Block a user