librenms-librenms/includes/discovery/os/samsungprinter.inc.php

7 lines
138 B
PHP
Raw Normal View History

2015-12-13 09:55:23 +01:00
<?php
if (!$os) {
if (strstr($sysDescr, 'Samsung CLX') || strstr($sysDescr, 'Samsung SCX')) {
2015-12-18 17:50:38 +01:00
$os = 'samsungprinter';
2015-12-13 09:55:23 +01:00
}
2015-12-29 23:02:11 +01:00
}