mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Add support for ZyXEL XS (#5737)
This commit is contained in:
committed by
Neil Lathwood
parent
27417f72ad
commit
520b3146df
@@ -10,3 +10,4 @@ discovery:
|
|||||||
- '/^ES/'
|
- '/^ES/'
|
||||||
- '/^GS/'
|
- '/^GS/'
|
||||||
- '/^MES/'
|
- '/^MES/'
|
||||||
|
- '/^XS/'
|
||||||
|
@@ -1586,6 +1586,7 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
|
|||||||
$this->checkOS('zynos', 'zynos-es');
|
$this->checkOS('zynos', 'zynos-es');
|
||||||
$this->checkOS('zynos', 'zynos-gs');
|
$this->checkOS('zynos', 'zynos-gs');
|
||||||
$this->checkOS('zynos', 'zynos-mes3528');
|
$this->checkOS('zynos', 'zynos-mes3528');
|
||||||
|
$this->checkOS('zynos', 'zynos-xs');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testZywall()
|
public function testZywall()
|
||||||
|
2
tests/snmpsim/zynos-xs.snmprec
Normal file
2
tests/snmpsim/zynos-xs.snmprec
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
1.3.6.1.2.1.1.1.0|4|XS3700-24
|
||||||
|
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.890.1.15
|
Reference in New Issue
Block a user