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