mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Added support for Brocade 200E (#5617)
This commit is contained in:
committed by
Neil Lathwood
parent
afe887d85e
commit
46003a39b6
@@ -158,7 +158,7 @@ LibreNMS contributors:
|
||||
- Martin Zatloukal <slezi2@pvfree.net> (erotel)
|
||||
- Matthew Schwen <mschwen@gmail.com> (mattschwen)
|
||||
- Joel Cant <joel@linuxmod.co.uk> (NerdBlender
|
||||
- Aldemir Akpinar <aldemir.akpinar@gmail.com> (aldemir_a)
|
||||
- Aldemir Akpinar <aldemir.akpinar@gmail.com> (aldemira)
|
||||
- Rob Nichols <rob@ignition360.com> (rdnn)
|
||||
- Patrick Fruh <info@kaeltis.de> (Kaeltis)
|
||||
- Julian Kornberger <jk+github@digineo.de> (corny)
|
||||
|
@@ -9,3 +9,4 @@ discovery:
|
||||
- .1.3.6.1.4.1.1588.2.1.1.1
|
||||
- .1.3.6.1.4.1.1588.2.1.1.43
|
||||
- .1.3.6.1.4.1.1588.2.1.1.72
|
||||
- .1.3.6.1.4.1.1588.2.1.1.34
|
||||
|
@@ -598,6 +598,7 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
|
||||
$this->checkOS('fabos');
|
||||
$this->checkOS('fabos', 'fabos1');
|
||||
$this->checkOS('fabos', 'fabos2');
|
||||
$this->checkOS('fabos', 'fabos3');
|
||||
}
|
||||
|
||||
public function testFiberhome()
|
||||
|
@@ -1 +1,2 @@
|
||||
1.3.6.1.2.1.1.2.0|4|Fibre Channel Switch.
|
||||
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.1588.2.1.1.43
|
||||
|
1
tests/snmpsim/fabos3.snmprec
Normal file
1
tests/snmpsim/fabos3.snmprec
Normal file
@@ -0,0 +1 @@
|
||||
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.1588.2.1.1.34
|
Reference in New Issue
Block a user