mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Support - ICT DC Distribution Panel (#6379)
* New Device Support for ICT DC Distribution Panels * Fixed indexes, removed tests * Supply name instead of oid to snmp_get call * Fixed index conflict for current sensors
This commit is contained in:
committed by
Tony Murray
parent
0f02dec4cc
commit
457f2e9744
@@ -211,7 +211,7 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
$this->checkOS('applicationsware');
|
||||
}
|
||||
|
||||
|
||||
public function testArdmoreencoder()
|
||||
{
|
||||
$this->checkOS('ardmore-encoder');
|
||||
@@ -904,6 +904,12 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
|
||||
$this->checkOS('ibmtl');
|
||||
}
|
||||
|
||||
|
||||
public function testIctpdu()
|
||||
{
|
||||
$this->checkOS('ict-pdu');
|
||||
}
|
||||
|
||||
public function testIes()
|
||||
{
|
||||
$this->checkOS('ies');
|
||||
|
Reference in New Issue
Block a user