newdevice: Detect all CTC Union devices (#5489)

This commit is contained in:
Tony Murray
2017-01-17 10:48:32 -06:00
committed by Neil Lathwood
parent 9263857685
commit 0a5bedb76f
5 changed files with 10 additions and 1 deletions

View File

@@ -8,4 +8,4 @@ over:
- { graph: device_mempool, text: 'Memory Usage' }
discovery:
- sysObjectId:
- .1.3.6.1.4.1.4756.116.
- .1.3.6.1.4.1.4756.

View File

@@ -382,6 +382,9 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
public function testCtcu()
{
$this->checkOS('ctcu');
$this->checkOS('ctcu', 'ctcu1');
$this->checkOS('ctcu', 'ctcu2');
$this->checkOS('ctcu', 'ctcu3');
}
public function testCucm()

View File

@@ -0,0 +1,2 @@
1.3.6.1.2.1.1.1.0|4|MSW-4424C GigaBit Ethernet Switch
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.4756.0

View File

@@ -0,0 +1,2 @@
1.3.6.1.2.1.1.1.0|4|ICS-G24S4X Core Switch
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.4756.0

View File

@@ -0,0 +1,2 @@
1.3.6.1.2.1.1.1.0|4|MSW202 GigaBit Ethernet Switch
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.4756.101