Files
librenms-librenms/includes/discovery/os/samsungprinter.inc.php
T
crcro e7bbde6b52 newdevice: samsung printer ml series (#4781)
* initial support

* added os test

* workaround toner level samsung ml

* snmpsim sysobject oid added
2016-10-13 09:35:29 -05:00

6 lines
145 B
PHP

<?php
if (str_contains($sysDescr, array('Samsung CLX', 'Samsung SCX', 'Samsung C', 'Samsung S', 'Samsung ML'))) {
$os = 'samsungprinter';
}