mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Added detection for IgniteNet HeliOS (#6417)
* newdevice: Added detection for IgniteNet HeliOS * Add empty sysDescr * Update helios.snmprec
This commit is contained in:
committed by
Tony Murray
parent
d0c87400f3
commit
808f27e760
@@ -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');
|
||||
|
Reference in New Issue
Block a user