Navigation Menu

Skip to content

Commit

Permalink
newdevice: Added support for Brocade 200E (#5617)
Browse files Browse the repository at this point in the history
  • Loading branch information
aldemira authored and laf committed Jan 27, 2017
1 parent afe887d commit 46003a3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AUTHORS.md
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions includes/definitions/fabos.yaml
Expand Up @@ -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
1 change: 1 addition & 0 deletions tests/OSDiscoveryTest.php
Expand Up @@ -598,6 +598,7 @@ public function testFabos()
$this->checkOS('fabos');
$this->checkOS('fabos', 'fabos1');
$this->checkOS('fabos', 'fabos2');
$this->checkOS('fabos', 'fabos3');
}

public function testFiberhome()
Expand Down
1 change: 1 addition & 0 deletions tests/snmpsim/fabos1.snmprec
@@ -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 change: 1 addition & 0 deletions tests/snmpsim/fabos3.snmprec
@@ -0,0 +1 @@
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.1588.2.1.1.34

0 comments on commit 46003a3

Please sign in to comment.