mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Added support for more Mellanox infiniband switches (#5887)
* Update mellanox.yaml * Update AUTHORS.md * I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md. * Create mellanox-i5035.snmprec * Update OSDiscoveryTest.php
This commit is contained in:
committed by
Neil Lathwood
parent
cc51a68f85
commit
49b5844346
@@ -178,6 +178,7 @@ LibreNMS contributors:
|
|||||||
- William George <wrgeorge1983@gmail.com> (wrgeorge1983)
|
- William George <wrgeorge1983@gmail.com> (wrgeorge1983)
|
||||||
- Valentin Parmeland <naoko.vp@gmail.com> (NK74)
|
- Valentin Parmeland <naoko.vp@gmail.com> (NK74)
|
||||||
- Michał Margula <michal@margula.pl> (alchemyx)
|
- Michał Margula <michal@margula.pl> (alchemyx)
|
||||||
|
- Maclin Fuehr-Bush <macfuehrbush@gmail.com> (mobilemaclin)
|
||||||
- Robert Penziol <rpenziol@pdx.edu> (rpenziol)
|
- Robert Penziol <rpenziol@pdx.edu> (rpenziol)
|
||||||
|
|
||||||
Observium was written by:
|
Observium was written by:
|
||||||
|
|||||||
@@ -8,3 +8,4 @@ over:
|
|||||||
discovery:
|
discovery:
|
||||||
- sysObjectId:
|
- sysObjectId:
|
||||||
- .1.3.6.1.4.1.33049.1.1.1.
|
- .1.3.6.1.4.1.33049.1.1.1.
|
||||||
|
- .1.3.6.1.4.1.33049.2
|
||||||
|
|||||||
@@ -1017,6 +1017,7 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
|
|||||||
public function testMellanox()
|
public function testMellanox()
|
||||||
{
|
{
|
||||||
$this->checkOS('mellanox');
|
$this->checkOS('mellanox');
|
||||||
|
$this->checkOS('mellanox', 'mellanox-i5035');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testMerakimr()
|
public function testMerakimr()
|
||||||
|
|||||||
2
tests/snmpsim/mellanox-i5035.snmprec
Normal file
2
tests/snmpsim/mellanox-i5035.snmprec
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
1.3.6.1.2.1.1.1.0|4|Linux Mellanox 2.6.27-MELLANOXuni-m460ex EFM_PPC_M460EX EFM_1.1.2910 #1 2012-07-11 13:55:43 ppc
|
||||||
|
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.33049.2.3.2.1
|
||||||
Reference in New Issue
Block a user