Added Basic OS Support for Multimatic USV

This commit is contained in:
vitalisator
2015-06-08 21:46:36 +02:00
parent 225a84d597
commit a059ed1809
4 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<?php
$hardware = snmp_get($device, "upsIdentModel.0", "-OQv", "UPS-MIB");
$version = snmp_get($device, "upsIdentAgentSoftwareVersion.0", "-OQv", "UPS-MIB");