. * * @package LibreNMS * @link http://librenms.org * @copyright 2017 Neil Lathwood * @author Neil Lathwood */ $serial = snmp_get($device, 'climateSerial', '-Oqv', 'GEIST-MIB-V3'); $version = snmp_get($device, 'productVersion.0', '-Oqv', 'GEIST-MIB-V3');