mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-26 08:03:51 +02:00
Added Samsung SCX line of printers into OS discovery
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
if (!$os) {
|
||||
if (strstr($sysDescr, 'Samsung CLX')) {
|
||||
if (strstr($sysDescr, 'Samsung CLX') || strstr($sysDescr, 'Samsung SCX')) {
|
||||
$os = 'samsungprinter';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user