mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Add detection for more Dell switches (#6048)
This commit is contained in:
@@ -25,5 +25,7 @@ discovery:
|
||||
- .1.3.6.1.4.1.674.10895.3059
|
||||
- .1.3.6.1.4.1.674.10895.3060
|
||||
- .1.3.6.1.4.1.674.10895.3061
|
||||
- .1.3.6.1.4.1.674.10895.3062
|
||||
- .1.3.6.1.4.1.674.10895.3063
|
||||
- .1.3.6.1.4.1.674.10895.3066
|
||||
- .1.3.6.1.4.1.674.10895.3073
|
||||
|
||||
@@ -571,6 +571,8 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
|
||||
$this->checkOS('dnos', 'dnos9');
|
||||
$this->checkOS('dnos', 'dnos10');
|
||||
$this->checkOS('dnos', 'dnos11');
|
||||
$this->checkOS('dnos', 'dnos12');
|
||||
$this->checkOS('dnos', 'dnos13');
|
||||
}
|
||||
|
||||
public function testDrac()
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
1.3.6.1.2.1.1.1.0|4|R1-2210 VRTX 10Gb Switch
|
||||
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.674.10895.3062
|
||||
@@ -0,0 +1,2 @@
|
||||
1.3.6.1.2.1.1.1.0|4|Dell Networking X1052 1-10Gb Switch
|
||||
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.674.10895.3073
|
||||
Reference in New Issue
Block a user