. * * @package LibreNMS * @link http://librenms.org * @copyright 2017 Tony Murray * @author Tony Murray */ preg_match('/<>/', $poll_device['sysDescr'], $matches); $hardware = $matches[3] . " (Rev: " . $matches[1] . ")"; $version = $matches[2];