librenms/includes/discovery/os/brother.inc.php
2015-07-11 16:12:35 +02:00

8 lines
106 B
PHP

<?php
if (!$os) {
if (preg_match('/Brother NC-.*h,/', $sysDescr)) {
$os = 'brother';
}
}