librenms-librenms/includes/polling/os/lexmarkprinter.inc.php

5 lines
115 B
PHP
Raw Normal View History

2016-01-24 23:57:24 +00:00
<?php
preg_match('/^Lexmark ([a-zA-Z0-9]+) version/', $poll_device['sysDescr'], $result);
$hardware = $result[1];