mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Basic Dell UPS Support #5258
This commit is contained in:
committed by
Neil Lathwood
parent
1f7c462941
commit
28dff189c7
@@ -421,6 +421,11 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
|
||||
$this->checkOS('dell-laser', 'dell-laser-mfp');
|
||||
}
|
||||
|
||||
public function testDellups()
|
||||
{
|
||||
$this->checkOS('dell-ups');
|
||||
}
|
||||
|
||||
public function testDeltaups()
|
||||
{
|
||||
$this->checkOS('deltaups');
|
||||
|
2
tests/snmpsim/dell-ups.snmprec
Normal file
2
tests/snmpsim/dell-ups.snmprec
Normal file
@@ -0,0 +1,2 @@
|
||||
1.3.6.1.2.1.1.1.0|4|Dell UPS Rack 3750W High Efficiency Online HV
|
||||
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.674.10902.2
|
Reference in New Issue
Block a user