fix: APC/MGE UPS sensors divisor for load and voltage (#6509)

* fix: APCMGE sensors divisors

* Add missing SNMP SIM file

* Add OS test for snmprec file
This commit is contained in:
FTBZ
2017-04-26 15:35:07 +02:00
committed by Tony Murray
parent 8c1fa92c33
commit 2aa4145a26
3 changed files with 9 additions and 0 deletions

View File

@@ -206,6 +206,7 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
public function testApcMgeups()
{
$this->checkOS('apc-mgeups');
$this->checkOS('apc-mgeups', 'mgeups-galaxy');
}