Add more printer data (#12617)

This commit is contained in:
Jellyfrog 2021-03-19 14:57:48 +01:00 committed by GitHub
parent e3a1a239f9
commit 44d1985c23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 1367 additions and 5 deletions

View File

@ -25,8 +25,22 @@
namespace LibreNMS\OS\Shared;
use App\Models\Device;
class Printer extends \LibreNMS\OS
{
public function discoverOS(Device $device): void
{
parent::discoverOS($device); // yaml
$device->serial = $device->serial ?? $this->getSerial() ?: null;
}
protected function getSerial()
{
return snmp_get($this->getDeviceArray(), 'prtGeneralSerialNumber.1', '-Oqv', 'Printer-MIB');
}
protected function parseDeviceId($data)
{
$vars = [];

View File

@ -2,5 +2,4 @@ modules:
os:
hardware: .1.3.6.1.4.1.1602.1.1.1.1.0
hardware_regex: '/(?<hardware>.+)( Series)?/'
serial: .1.3.6.1.2.1.43.5.1.1.17.1
version: .1.3.6.1.4.1.1602.1.1.1.4.0

View File

@ -2,5 +2,4 @@ modules:
os:
hardware: .1.3.6.1.4.1.18334.1.1.1.1.6.2.1.0
hardware_regex: '/(KONICA MINOLTA )?(?<hardware>.*)/i'
serial: .1.3.6.1.2.1.43.5.1.1.17.1
version: .1.3.6.1.4.1.18334.1.1.1.1.6.1.0

View File

@ -2,5 +2,4 @@ modules:
os:
sysDescr_regex: '/Xerox (?<hardware>[^;]+)/'
hardware: .1.3.6.1.4.1.236.11.5.1.1.1.1.0
serial: .1.3.6.1.2.1.43.5.1.1.17.1
version: .1.3.6.1.4.1.236.11.5.1.1.1.2.0

View File

@ -0,0 +1,50 @@
<?php
/*
* LibreNMS
*
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation, either version 3 of the License, or (at your
* option) any later version. Please see LICENSE.txt at the top level of
* the source code distribution for details.
*
* @link https://www.librenms.org
*/
$walk = snmpwalk_cache_oid($device, 'prtMarkerTable', [], 'Printer-MIB');
foreach ($walk as $index => $data) {
discover_sensor(
$valid['sensor'],
'count',
$device,
'.1.3.6.1.2.1.43.10.2.1.4.' . $index, // Printer-MIB::prtMarkerLifeCount.1.1
'prtMarkerLifeCount',
$device['os'],
'Life time ' . $data['prtMarkerCounterUnit'],
1,
1,
null,
null,
null,
null,
$data['prtMarkerLifeCount'],
);
discover_sensor(
$valid['sensor'],
'count',
$device,
'.1.3.6.1.2.1.43.10.2.1.5.' . $index, // Printer-MIB::prtMarkerPowerOnCount.1.1
'prtMarkerPowerOnCount',
$device['os'],
ucfirst($data['prtMarkerCounterUnit']) . ' since powered on',
1,
1,
null,
null,
null,
null,
$data['prtMarkerPowerOnCount'],
);
}

View File

@ -2,6 +2,4 @@
// private::enterprises.236.11.5.11.53.31.1.4.0 = STRING: "CLX-3170 Series"
$hardware = trim(snmp_get($device, '1.3.6.1.4.1.236.11.5.11.53.31.1.4.0', '-OQv', '', ''), '" ');
// mgnt::mib-2.43.5.1.1.17.1 = STRING: "QUV960066FJ124"
$serial = trim(snmp_get($device, '1.3.6.1.2.1.43.5.1.1.17.1', '-OQv', '', ''), '" ');
// mgnt::mib-2.1.1 = STRING: "Samsung CLX-3170 Series;V1.00.01.64 Sep-27-2010;Engine 1.77.81;NIC V4.01.20(CLX-3170) 02-05-2010;S/N JFJIUTM748HJGK983"

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,270 @@
1.3.6.1.2.1.1.1.0|4|RICOH Aficio MP C3002 2.20 / RICOH Network Printer C model / RICOH Network Scanner C model / RICOH Network Facsimile C model
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.367.1.1
1.3.6.1.2.1.1.3.0|67|90117500
1.3.6.1.2.1.1.4.0|4|<private>
1.3.6.1.2.1.1.5.0|4|<private>
1.3.6.1.2.1.1.6.0|4|<private>
1.3.6.1.2.1.2.2.1.1.1|2|1
1.3.6.1.2.1.2.2.1.1.2|2|2
1.3.6.1.2.1.2.2.1.1.3|2|3
1.3.6.1.2.1.2.2.1.2.1|4|ncmac0
1.3.6.1.2.1.2.2.1.2.2|4|lo0
1.3.6.1.2.1.2.2.1.2.3|4|ppp0
1.3.6.1.2.1.2.2.1.3.1|2|6
1.3.6.1.2.1.2.2.1.3.2|2|24
1.3.6.1.2.1.2.2.1.3.3|2|1
1.3.6.1.2.1.2.2.1.4.1|2|1500
1.3.6.1.2.1.2.2.1.4.2|2|33196
1.3.6.1.2.1.2.2.1.4.3|2|1500
1.3.6.1.2.1.2.2.1.5.1|66|100000000
1.3.6.1.2.1.2.2.1.5.2|66|0
1.3.6.1.2.1.2.2.1.5.3|66|0
1.3.6.1.2.1.2.2.1.6.1|4x|00267354E26A
1.3.6.1.2.1.2.2.1.6.2|4|
1.3.6.1.2.1.2.2.1.6.3|4|
1.3.6.1.2.1.2.2.1.7.1|2|1
1.3.6.1.2.1.2.2.1.7.2|2|1
1.3.6.1.2.1.2.2.1.7.3|2|2
1.3.6.1.2.1.2.2.1.8.1|2|1
1.3.6.1.2.1.2.2.1.8.2|2|1
1.3.6.1.2.1.2.2.1.8.3|2|2
1.3.6.1.2.1.2.2.1.9.1|67|90117500
1.3.6.1.2.1.2.2.1.9.2|67|0
1.3.6.1.2.1.2.2.1.9.3|67|0
1.3.6.1.2.1.2.2.1.10.1|65|171355476
1.3.6.1.2.1.2.2.1.10.2|65|2789778
1.3.6.1.2.1.2.2.1.10.3|65|0
1.3.6.1.2.1.2.2.1.11.1|65|975760
1.3.6.1.2.1.2.2.1.11.2|65|28147
1.3.6.1.2.1.2.2.1.11.3|65|0
1.3.6.1.2.1.2.2.1.12.1|65|513789
1.3.6.1.2.1.2.2.1.12.2|65|0
1.3.6.1.2.1.2.2.1.12.3|65|0
1.3.6.1.2.1.2.2.1.13.1|65|0
1.3.6.1.2.1.2.2.1.13.2|65|0
1.3.6.1.2.1.2.2.1.13.3|65|0
1.3.6.1.2.1.2.2.1.14.1|65|0
1.3.6.1.2.1.2.2.1.14.2|65|0
1.3.6.1.2.1.2.2.1.14.3|65|0
1.3.6.1.2.1.2.2.1.15.1|65|0
1.3.6.1.2.1.2.2.1.15.2|65|0
1.3.6.1.2.1.2.2.1.15.3|65|0
1.3.6.1.2.1.2.2.1.16.1|65|82670337
1.3.6.1.2.1.2.2.1.16.2|65|2789778
1.3.6.1.2.1.2.2.1.16.3|65|0
1.3.6.1.2.1.2.2.1.17.1|65|461609
1.3.6.1.2.1.2.2.1.17.2|65|28147
1.3.6.1.2.1.2.2.1.17.3|65|0
1.3.6.1.2.1.2.2.1.18.1|65|443
1.3.6.1.2.1.2.2.1.18.2|65|0
1.3.6.1.2.1.2.2.1.18.3|65|0
1.3.6.1.2.1.2.2.1.19.1|65|0
1.3.6.1.2.1.2.2.1.19.2|65|0
1.3.6.1.2.1.2.2.1.19.3|65|0
1.3.6.1.2.1.2.2.1.20.1|65|0
1.3.6.1.2.1.2.2.1.20.2|65|0
1.3.6.1.2.1.2.2.1.20.3|65|0
1.3.6.1.2.1.2.2.1.21.1|66|0
1.3.6.1.2.1.2.2.1.21.2|66|0
1.3.6.1.2.1.2.2.1.21.3|66|0
1.3.6.1.2.1.2.2.1.22.1|6|0.0
1.3.6.1.2.1.2.2.1.22.2|6|0.0
1.3.6.1.2.1.2.2.1.22.3|6|0.0
1.3.6.1.2.1.4.3.0|65|699128
1.3.6.1.2.1.4.4.0|65|0
1.3.6.1.2.1.4.5.0|65|0
1.3.6.1.2.1.4.6.0|65|0
1.3.6.1.2.1.4.7.0|65|0
1.3.6.1.2.1.4.8.0|65|0
1.3.6.1.2.1.4.9.0|65|699115
1.3.6.1.2.1.4.10.0|65|0
1.3.6.1.2.1.4.11.0|65|0
1.3.6.1.2.1.4.12.0|65|13
1.3.6.1.2.1.4.14.0|65|0
1.3.6.1.2.1.4.15.0|65|0
1.3.6.1.2.1.4.16.0|65|0
1.3.6.1.2.1.4.17.0|65|0
1.3.6.1.2.1.4.18.0|65|0
1.3.6.1.2.1.4.19.0|65|0
1.3.6.1.2.1.4.20.1.2.0.0.0.0|2|3
1.3.6.1.2.1.4.20.1.2.10.0.0.36|2|1
1.3.6.1.2.1.4.20.1.2.127.0.0.1|2|2
1.3.6.1.2.1.4.20.1.3.0.0.0.0|64|0.0.0.0
1.3.6.1.2.1.4.20.1.3.10.0.0.36|64|255.255.255.0
1.3.6.1.2.1.4.20.1.3.127.0.0.1|64|0.0.0.0
1.3.6.1.2.1.4.22.1.2.1.10.0.0.2|4x|744D28505A12
1.3.6.1.2.1.4.22.1.2.1.10.0.0.102|4x|0023AE8B1F20
1.3.6.1.2.1.4.22.1.2.1.10.0.0.105|4|
1.3.6.1.2.1.4.22.1.2.1.10.0.0.255|4|
1.3.6.1.2.1.5.1.0|65|7746
1.3.6.1.2.1.5.2.0|65|0
1.3.6.1.2.1.5.3.0|65|188
1.3.6.1.2.1.5.4.0|65|0
1.3.6.1.2.1.5.5.0|65|0
1.3.6.1.2.1.5.6.0|65|0
1.3.6.1.2.1.5.7.0|65|0
1.3.6.1.2.1.5.8.0|65|7558
1.3.6.1.2.1.5.9.0|65|0
1.3.6.1.2.1.5.10.0|65|0
1.3.6.1.2.1.5.11.0|65|0
1.3.6.1.2.1.5.12.0|65|0
1.3.6.1.2.1.5.13.0|65|0
1.3.6.1.2.1.5.14.0|65|7755
1.3.6.1.2.1.5.15.0|65|0
1.3.6.1.2.1.5.16.0|65|197
1.3.6.1.2.1.5.17.0|65|0
1.3.6.1.2.1.5.18.0|65|0
1.3.6.1.2.1.5.19.0|65|0
1.3.6.1.2.1.5.20.0|65|0
1.3.6.1.2.1.5.21.0|65|0
1.3.6.1.2.1.5.22.0|65|7558
1.3.6.1.2.1.5.23.0|65|0
1.3.6.1.2.1.5.24.0|65|0
1.3.6.1.2.1.5.25.0|65|0
1.3.6.1.2.1.5.26.0|65|0
1.3.6.1.2.1.6.5.0|65|9752
1.3.6.1.2.1.6.6.0|65|9498
1.3.6.1.2.1.6.7.0|65|6
1.3.6.1.2.1.6.8.0|65|18
1.3.6.1.2.1.6.9.0|66|0
1.3.6.1.2.1.6.10.0|65|102253
1.3.6.1.2.1.6.11.0|65|99932
1.3.6.1.2.1.6.12.0|65|4
1.3.6.1.2.1.6.14.0|65|0
1.3.6.1.2.1.6.15.0|65|0
1.3.6.1.2.1.7.1.0|65|589316
1.3.6.1.2.1.7.2.0|65|0
1.3.6.1.2.1.7.3.0|65|0
1.3.6.1.2.1.7.4.0|65|369547
1.3.6.1.2.1.11.1.0|65|481431
1.3.6.1.2.1.11.2.0|65|481431
1.3.6.1.2.1.11.3.0|65|0
1.3.6.1.2.1.11.4.0|65|0
1.3.6.1.2.1.11.5.0|65|0
1.3.6.1.2.1.11.6.0|65|0
1.3.6.1.2.1.11.8.0|65|0
1.3.6.1.2.1.11.9.0|65|0
1.3.6.1.2.1.11.10.0|65|0
1.3.6.1.2.1.11.11.0|65|0
1.3.6.1.2.1.11.12.0|65|0
1.3.6.1.2.1.11.13.0|65|1567656
1.3.6.1.2.1.11.14.0|65|0
1.3.6.1.2.1.11.15.0|65|370768
1.3.6.1.2.1.11.16.0|65|22874
1.3.6.1.2.1.11.17.0|65|0
1.3.6.1.2.1.11.18.0|65|0
1.3.6.1.2.1.11.19.0|65|0
1.3.6.1.2.1.11.20.0|65|0
1.3.6.1.2.1.11.21.0|65|18021
1.3.6.1.2.1.11.22.0|65|0
1.3.6.1.2.1.11.24.0|65|0
1.3.6.1.2.1.11.25.0|65|0
1.3.6.1.2.1.11.26.0|65|0
1.3.6.1.2.1.11.27.0|65|0
1.3.6.1.2.1.11.28.0|65|481455
1.3.6.1.2.1.11.29.0|65|0
1.3.6.1.2.1.11.30.0|2|2
1.3.6.1.2.1.25.1.1.0|67|90117800
1.3.6.1.2.1.25.1.5.0|66|0
1.3.6.1.2.1.25.1.6.0|66|0
1.3.6.1.2.1.25.2.2.0|2|1572864
1.3.6.1.2.1.25.2.3.1.1.1|2|1
1.3.6.1.2.1.25.2.3.1.1.2|2|2
1.3.6.1.2.1.25.2.3.1.2.1|6|1.3.6.1.2.1.25.2.1.2
1.3.6.1.2.1.25.2.3.1.2.2|6|1.3.6.1.2.1.25.2.1.1
1.3.6.1.2.1.25.2.3.1.3.1|4|RAM
1.3.6.1.2.1.25.2.3.1.3.2|4|FLASH
1.3.6.1.2.1.25.2.3.1.4.1|2|1024
1.3.6.1.2.1.25.2.3.1.4.2|2|1
1.3.6.1.2.1.25.2.3.1.5.1|2|1572864
1.3.6.1.2.1.25.2.3.1.5.2|2|134217728
1.3.6.1.2.1.25.2.3.1.6.1|2|1572864
1.3.6.1.2.1.25.2.3.1.6.2|2|134217728
1.3.6.1.2.1.25.2.3.1.7.1|65|0
1.3.6.1.2.1.25.2.3.1.7.2|65|0
1.3.6.1.2.1.25.3.2.1.1.1|2|1
1.3.6.1.2.1.25.3.2.1.1.2|2|2
1.3.6.1.2.1.25.3.2.1.1.3|2|3
1.3.6.1.2.1.25.3.2.1.1.4|2|4
1.3.6.1.2.1.25.3.2.1.1.5|2|5
1.3.6.1.2.1.25.3.2.1.2.1|6|1.3.6.1.2.1.25.3.1.5
1.3.6.1.2.1.25.3.2.1.2.2|6|1.3.6.1.2.1.25.3.1.1
1.3.6.1.2.1.25.3.2.1.2.3|6|1.3.6.1.2.1.25.3.1.1
1.3.6.1.2.1.25.3.2.1.2.4|6|1.3.6.1.2.1.25.3.1.1
1.3.6.1.2.1.25.3.2.1.2.5|6|1.3.6.1.2.1.25.3.1.1
1.3.6.1.2.1.25.3.2.1.3.1|4|RICOH Aficio MP C3002
1.3.6.1.2.1.25.3.2.1.3.2|4|RICOH Aficio MP C3002
1.3.6.1.2.1.25.3.2.1.3.3|4|RICOH Aficio MP C3002
1.3.6.1.2.1.25.3.2.1.3.4|4|RICOH Aficio MP C3002
1.3.6.1.2.1.25.3.2.1.3.5|4|RICOH Aficio MP C3002
1.3.6.1.2.1.25.3.2.1.4.1|6|1.3.6.1.4.1.367.1.2.1.1.6.385.2
1.3.6.1.2.1.25.3.2.1.4.2|6|1.3.6.1.4.1.367.1.2.1.1.6.385.1
1.3.6.1.2.1.25.3.2.1.4.3|6|1.3.6.1.4.1.367.1.2.1.1.6.385.5
1.3.6.1.2.1.25.3.2.1.4.4|6|1.3.6.1.4.1.367.1.2.1.1.6.385.4
1.3.6.1.2.1.25.3.2.1.4.5|6|1.3.6.1.4.1.367.1.2.1.1.6.385.3
1.3.6.1.2.1.25.3.2.1.5.1|2|3
1.3.6.1.2.1.25.3.2.1.5.2|2|2
1.3.6.1.2.1.25.3.2.1.5.3|2|3
1.3.6.1.2.1.25.3.2.1.5.4|2|3
1.3.6.1.2.1.25.3.2.1.5.5|2|2
1.3.6.1.2.1.25.3.2.1.6.1|65|5
1.3.6.1.2.1.25.3.2.1.6.2|65|0
1.3.6.1.2.1.25.3.2.1.6.3|65|0
1.3.6.1.2.1.25.3.2.1.6.4|65|0
1.3.6.1.2.1.25.3.2.1.6.5|65|0
1.3.6.1.2.1.25.3.5.1.2.1|4x|00
1.3.6.1.2.1.43.5.1.1.17.1|4|W492KB03439
1.3.6.1.2.1.43.8.2.1.9.1.1|2|550
1.3.6.1.2.1.43.8.2.1.9.1.2|2|550
1.3.6.1.2.1.43.8.2.1.9.1.3|2|550
1.3.6.1.2.1.43.8.2.1.9.1.4|2|550
1.3.6.1.2.1.43.8.2.1.9.1.5|2|100
1.3.6.1.2.1.43.8.2.1.10.1.1|2|55
1.3.6.1.2.1.43.8.2.1.10.1.2|2|55
1.3.6.1.2.1.43.8.2.1.10.1.3|2|55
1.3.6.1.2.1.43.8.2.1.10.1.4|2|0
1.3.6.1.2.1.43.8.2.1.10.1.5|2|0
1.3.6.1.2.1.43.8.2.1.13.1.1|4|Tray 1
1.3.6.1.2.1.43.8.2.1.13.1.2|4|Tray 2
1.3.6.1.2.1.43.8.2.1.13.1.3|4|Tray 3
1.3.6.1.2.1.43.8.2.1.13.1.4|4|Tray 4
1.3.6.1.2.1.43.8.2.1.13.1.5|4|Bypass Tray
1.3.6.1.2.1.43.10.2.1.2.1.1|2|4
1.3.6.1.2.1.43.10.2.1.3.1.1|2|8
1.3.6.1.2.1.43.10.2.1.4.1.1|65|271871
1.3.6.1.2.1.43.10.2.1.5.1.1|65|138
1.3.6.1.2.1.43.10.2.1.6.1.1|2|4
1.3.6.1.2.1.43.10.2.1.7.1.1|2|0
1.3.6.1.2.1.43.10.2.1.8.1.1|2|3
1.3.6.1.2.1.43.10.2.1.9.1.1|2|1200
1.3.6.1.2.1.43.10.2.1.10.1.1|2|1200
1.3.6.1.2.1.43.10.2.1.11.1.1|2|-2
1.3.6.1.2.1.43.10.2.1.12.1.1|2|-2
1.3.6.1.2.1.43.10.2.1.13.1.1|2|-2
1.3.6.1.2.1.43.10.2.1.14.1.1|2|-2
1.3.6.1.2.1.43.10.2.1.15.1.1|2|8
1.3.6.1.2.1.43.11.1.1.5.1.1|2|3
1.3.6.1.2.1.43.11.1.1.5.1.2|2|4
1.3.6.1.2.1.43.11.1.1.5.1.3|2|3
1.3.6.1.2.1.43.11.1.1.5.1.4|2|3
1.3.6.1.2.1.43.11.1.1.5.1.5|2|3
1.3.6.1.2.1.43.11.1.1.6.1.1|4|Black Toner
1.3.6.1.2.1.43.11.1.1.6.1.2|4|Waste Toner
1.3.6.1.2.1.43.11.1.1.6.1.3|4|Cyan Toner
1.3.6.1.2.1.43.11.1.1.6.1.4|4|Magenta Toner
1.3.6.1.2.1.43.11.1.1.6.1.5|4|Yellow Toner
1.3.6.1.2.1.43.11.1.1.8.1.1|2|100
1.3.6.1.2.1.43.11.1.1.8.1.2|2|100
1.3.6.1.2.1.43.11.1.1.8.1.3|2|100
1.3.6.1.2.1.43.11.1.1.8.1.4|2|100
1.3.6.1.2.1.43.11.1.1.8.1.5|2|100
1.3.6.1.2.1.43.11.1.1.9.1.1|2|40
1.3.6.1.2.1.43.11.1.1.9.1.2|2|100
1.3.6.1.2.1.43.11.1.1.9.1.3|2|20
1.3.6.1.2.1.43.11.1.1.9.1.4|2|50
1.3.6.1.2.1.43.11.1.1.9.1.5|2|50
1.3.6.1.2.1.55.1.8.1.2.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|128
1.3.6.1.2.1.55.1.8.1.3.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|1
1.3.6.1.4.1.367.3.2.1.1.1.1.0|4|Aficio MP C3002
1.3.6.1.4.1.367.3.2.1.1.1.2.0|4|2.20
1.3.6.1.4.1.367.3.2.1.2.1.4.0|4|W492KB03439