mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Added detection for Ciena packet switches (#6462)
This commit is contained in:
committed by
Tony Murray
parent
450c980cc1
commit
230fb6601b
9
includes/definitions/ciena-sds.yaml
Normal file
9
includes/definitions/ciena-sds.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
os: ciena-sds
|
||||
text: Ciena Service Delivery Switch
|
||||
icon: ciena
|
||||
over:
|
||||
- { graph: device_bits, text: Traffic }
|
||||
type: network
|
||||
discovery:
|
||||
- sysObjectId:
|
||||
- .1.3.6.1.4.1.6141.1.
|
@@ -410,6 +410,11 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
|
||||
$this->checkOS('celvin');
|
||||
}
|
||||
|
||||
public function testCienaSDS()
|
||||
{
|
||||
$this->checkOS('ciena-sds');
|
||||
}
|
||||
|
||||
public function testCimc()
|
||||
{
|
||||
$this->checkOS('cimc');
|
||||
|
2
tests/snmpsim/ciena-sds.snmprec
Normal file
2
tests/snmpsim/ciena-sds.snmprec
Normal file
@@ -0,0 +1,2 @@
|
||||
1.3.6.1.2.1.1.1.0|4|3942 Service Delivery Switch
|
||||
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.6141.1.98
|
Reference in New Issue
Block a user