mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Added support for Avaya Scopia devices (#6527)
This commit is contained in:
Neil Lathwood
committed by
Daniel Preussker
parent
32e0ff2bb9
commit
14fd57bd57
11
includes/definitions/scopia.yaml
Normal file
11
includes/definitions/scopia.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
os: scopia
|
||||
text: 'Avaya Scopia'
|
||||
type: appliance
|
||||
icon: avaya
|
||||
over:
|
||||
- { graph: device_bits, text: 'Device Traffic' }
|
||||
- { graph: device_storage, text: 'Storage' }
|
||||
- { graph: device_mempool, text: 'Memory Usage' }
|
||||
discovery:
|
||||
- sysObjectId:
|
||||
- .1.3.6.1.4.1.903.31.
|
@ -1603,6 +1603,11 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
|
||||
$this->checkOS('sanos');
|
||||
}
|
||||
|
||||
public function testScopia()
|
||||
{
|
||||
$this->checkOS('scopia');
|
||||
}
|
||||
|
||||
public function testScreenos()
|
||||
{
|
||||
$this->checkOS('screenos');
|
||||
|
2
tests/snmpsim/scopia.snmprec
Normal file
2
tests/snmpsim/scopia.snmprec
Normal file
@ -0,0 +1,2 @@
|
||||
1.3.6.1.2.1.1.1.0|4|Scopia XT5000
|
||||
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.903.31.1.1.0
|
Reference in New Issue
Block a user