16 lines
250 B
PHP
16 lines
250 B
PHP
<?php
|
|
/**
|
|
* Observium
|
|
*
|
|
* This file is part of Observium.
|
|
*
|
|
* @package observium
|
|
* @subpackage poller
|
|
* @copyright (C) Adam Armstrong
|
|
*
|
|
*/
|
|
|
|
$hardware = get_model_param($device, 'hardware', $poll_device['sysObjectID']);
|
|
|
|
// EOF
|