newdevice: Added support for Zyxel MES3528 (#5120)

This commit is contained in:
erotel
2016-12-07 16:21:56 +01:00
committed by Neil Lathwood
parent 28e35eff76
commit 5810c3af88
3 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
<?php
if (starts_with($sysObjectId, '.1.3.6.1.4.1.890') && starts_with($sysDescr, array('ES', 'GS'))) {
if (starts_with($sysObjectId, '.1.3.6.1.4.1.890') && starts_with($sysDescr, array('ES', 'GS', 'MES'))) {
$os = 'zynos';
}

View File

@@ -1430,6 +1430,7 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
{
$this->checkOS('zynos', 'zynos-es');
$this->checkOS('zynos', 'zynos-gs');
$this->checkOS('zynos', 'zynos-mes3528');
}
public function testZywall()

View File

@@ -0,0 +1,2 @@
1.3.6.1.2.1.1.1.0|4|MES-3528
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.890.1.5.8.51