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

6 lines
103 B
PHP
Raw Normal View History

2015-12-13 09:55:23 +01:00
<?php
if (!$os) {
if (strstr($sysDescr, 'Samsung CLX')) {
$os = 'samsungprinterOS';
}
}