<?php

/**
 * Observium
 *
 *   This file is part of Observium.
 *
 * @package    observium
 * @subpackage poller
 * @copyright  (C) 2006-2013 Adam Armstrong, (C) 2013-2016 Observium Limited
 *
 */

$version = snmp_get($device, 'entPhysicalSoftwareRev.1', '-OQv', 'ENTITY-MIB');
$hardware = snmp_get($device, 'entPhysicalDescr.1', '-OQv', 'ENTITY-MIB');
$serial = snmp_get($device, 'entPhysicalSerialNum.1', '-OQv', 'ENTITY-MIB');

