1<?php
2
3/**
4 * Observium
5 *
6 *   This file is part of Observium.
7 *
8 * @package    observium
9 * @subpackage poller
10 * @copyright  (C) 2006-2013 Adam Armstrong, (C) 2013-2019 Observium Limited
11 *
12 */
13
14$hardware = str_replace('BR-', '', $entPhysical['entPhysicalName']);
15$serial   = $entPhysical['entPhysicalSerialNum'];
16
17// EOF
18