newdevice: Added detection for IgniteNet HeliOS (#6417)

* newdevice: Added detection for IgniteNet HeliOS

* Add empty sysDescr

* Update helios.snmprec
This commit is contained in:
Neil Lathwood
2017-04-15 03:25:42 +01:00
committed by Tony Murray
parent d0c87400f3
commit 808f27e760
7 changed files with 539 additions and 0 deletions

View File

@@ -806,6 +806,11 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
$this->checkOS('generex-ups', 'generex-ups3');
}
public function testHelios()
{
$this->checkOS('helios');
}
public function testHikvision()
{
$this->checkOS('hikvision');