mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Edge core OS ECS3510-52T (#5286)
This commit is contained in:
@@ -30,6 +30,7 @@ $items = array(
|
|||||||
'.1.3.6.1.4.1.259.10.1.24.103',
|
'.1.3.6.1.4.1.259.10.1.24.103',
|
||||||
'.1.3.6.1.4.1.259.10.1.22.101',
|
'.1.3.6.1.4.1.259.10.1.22.101',
|
||||||
'.1.3.6.1.4.1.259.10.1.42.101',
|
'.1.3.6.1.4.1.259.10.1.42.101',
|
||||||
|
'.1.3.6.1.4.1.259.10.1.27.102',
|
||||||
);
|
);
|
||||||
|
|
||||||
if (starts_with($sysObjectId, $items)) {
|
if (starts_with($sysObjectId, $items)) {
|
||||||
|
|||||||
@@ -499,6 +499,7 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
|
|||||||
$this->checkOS('edgecos', 'edgecos-ecs4510-28f');
|
$this->checkOS('edgecos', 'edgecos-ecs4510-28f');
|
||||||
$this->checkOS('edgecos', 'edgecos-ecs4510-52t');
|
$this->checkOS('edgecos', 'edgecos-ecs4510-52t');
|
||||||
$this->checkOS('edgecos', 'edgecos-ecs4210-28t');
|
$this->checkOS('edgecos', 'edgecos-ecs4210-28t');
|
||||||
|
$this->checkOS('edgecos', 'edgecos-ecs3510-52t');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testEdgeos()
|
public function testEdgeos()
|
||||||
|
|||||||
2
tests/snmpsim/edgecos-ecs3510-52t.snmprec
Normal file
2
tests/snmpsim/edgecos-ecs3510-52t.snmprec
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
1.3.6.1.2.1.1.1.0|4|ECS3510-52T
|
||||||
|
1.3.6.1.2.1.1.2.0|6|.1.3.6.1.4.1.259.10.1.27.102
|
||||||
Reference in New Issue
Block a user