. * * @package LibreNMS * @link http://librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ $fxm_tmp = snmp_get_multi_oid($device, 'upsIdentProductCode.0 upsIdentUPSSoftwareVersion.0', '-OUQs', 'Argus-Power-System-MIB'); $hardware = $fxm_tmp['upsIdentProductCode.0']; $version = $fxm_tmp['upsIdentUPSSoftwareVersion.0']; unset($fxm_tmp);