mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Add OS Detection Support for Alcatel-Lucent/Nokia SAS-R and SAS-Mxp #5016
This commit is contained in:
committed by
Neil Lathwood
parent
2bf496b0b1
commit
bc15d74cf1
@@ -3,6 +3,8 @@
|
||||
if (starts_with($sysObjectId, array(
|
||||
'.1.3.6.1.4.1.6527.1.3',
|
||||
'.1.3.6.1.4.1.6527.6.2.1.2.2.',
|
||||
'.1.3.6.1.4.1.6527.6.2.1.2.6.',
|
||||
'.1.3.6.1.4.1.6527.6.2.1.2.8.',
|
||||
'.1.3.6.1.4.1.6527.1.6.1',
|
||||
'.1.3.6.1.4.1.6527.6.1.1.2.',
|
||||
'.1.3.6.1.4.1.6527.1.9.1',
|
||||
|
@@ -1306,6 +1306,8 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
|
||||
$this->checkOS('timos', 'timos3');
|
||||
$this->checkOS('timos', 'timos4');
|
||||
$this->checkOS('timos', 'timos5');
|
||||
$this->checkOS('timos', 'timos6');
|
||||
$this->checkOS('timos', 'timos7');
|
||||
}
|
||||
|
||||
public function testTpconductor()
|
||||
|
2
tests/snmpsim/timos6.snmprec
Normal file
2
tests/snmpsim/timos6.snmprec
Normal file
@@ -0,0 +1,2 @@
|
||||
1.3.6.1.2.1.1.1.0|4|Alcatel-Lucent OS6850-U24X 6.4.3.520.R01 GA, April 08, 2010
|
||||
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.6527.6.2.1.2.6.
|
2
tests/snmpsim/timos7.snmprec
Normal file
2
tests/snmpsim/timos7.snmprec
Normal file
@@ -0,0 +1,2 @@
|
||||
1.3.6.1.2.1.1.1.0|4|Alcatel-Lucent OS6850-U24X 6.4.3.520.R01 GA, April 08, 2010
|
||||
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.6527.6.2.1.2.8.
|
Reference in New Issue
Block a user