mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
apc smart ups support (#4622)
This commit is contained in:
@ -5,6 +5,7 @@ $apc_desc = array(
|
||||
'APC Switched Rack PDU',
|
||||
'APC MasterSwitch PDU',
|
||||
'APC Metered Rack PDU',
|
||||
'APC Embedded PowerNet',
|
||||
);
|
||||
|
||||
if (str_contains($sysDescr, $apc_desc)) {
|
||||
|
@ -147,6 +147,7 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
|
||||
$this->checkOS('apc', 'apc-switched-rack');
|
||||
$this->checkOS('apc', 'apc-masterswitch');
|
||||
$this->checkOS('apc', 'apc-metered-rack');
|
||||
$this->checkOS('apc', 'apc-embedded-powernet');
|
||||
}
|
||||
|
||||
public function testAreca()
|
||||
|
1
tests/snmpsim/apc-embedded-powernet.snmprec
Normal file
1
tests/snmpsim/apc-embedded-powernet.snmprec
Normal file
@ -0,0 +1 @@
|
||||
1.3.6.1.2.1.1.1.0|4|APC Embedded PowerNet SNMP Agent (FW v3.0.1 SW v2.2.4.a, HW B2, MOD: AP9605, Mfg: 04/02/1998, SN: WA9814786862)
|
Reference in New Issue
Block a user