librenms-librenms/includes/discovery/os/canonprinter.inc.php
2016-01-04 12:55:10 +01:00

8 lines
140 B
PHP

<?php
if (!$os) {
// Canon Multifunction Printer/Scanner
if (strstr($sysDescr, 'Canon MF')) {
$os = 'canonprinter';
}
}