Skip to content

Commit

Permalink
newdevice: Added support for Avaya Scopia devices (#6527)
Browse files Browse the repository at this point in the history
  • Loading branch information
laf authored and f0o committed Apr 29, 2017
1 parent 32e0ff2 commit 14fd57b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
11 changes: 11 additions & 0 deletions includes/definitions/scopia.yaml
Original file line number Diff line number Diff line change
@@ -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.
5 changes: 5 additions & 0 deletions tests/OSDiscoveryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1603,6 +1603,11 @@ public function testSanos()
$this->checkOS('sanos');
}

public function testScopia()
{
$this->checkOS('scopia');
}

public function testScreenos()
{
$this->checkOS('screenos');
Expand Down
2 changes: 2 additions & 0 deletions tests/snmpsim/scopia.snmprec
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 14fd57b

Please sign in to comment.