mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
device: Add serial number to Epson printer (#11111)
* Add serial to Epson printer * add Testdata
This commit is contained in:
2
includes/polling/os/epson.inc.php
Normal file
2
includes/polling/os/epson.inc.php
Normal file
@@ -0,0 +1,2 @@
|
||||
<?php
|
||||
$serial = trim(snmp_get($device, '1.3.6.1.2.1.43.5.1.1.17.1', '-OQv', '', ''), '" ');
|
Reference in New Issue
Block a user