mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added Basic OS Support for Multimatic USV
This commit is contained in:
5
includes/polling/os/multimatic.inc.php
Normal file
5
includes/polling/os/multimatic.inc.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
|
||||
$hardware = snmp_get($device, "upsIdentModel.0", "-OQv", "UPS-MIB");
|
||||
$version = snmp_get($device, "upsIdentAgentSoftwareVersion.0", "-OQv", "UPS-MIB");
|
Reference in New Issue
Block a user