mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
6 lines
160 B
PHP
6 lines
160 B
PHP
![]() |
<?php
|
||
|
|
||
|
|
||
|
$hardware = snmp_get($device, "upsIdentModel.0", "-OQv", "UPS-MIB");
|
||
|
$version = snmp_get($device, "upsIdentAgentSoftwareVersion.0", "-OQv", "UPS-MIB");
|