Skip to content

Commit

Permalink
FEA 14414 add more lexmark printers
Browse files Browse the repository at this point in the history
Added missing Lexmark printer OID to dectection
closes #491

Change-Id: I3a589fa19bc82e8bffd4238ec700887a1ea14321
  • Loading branch information
Yogibaer75 authored and kain88-de committed Aug 1, 2022
1 parent c01f416 commit 5324e7a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .werks/14414
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Title: added support for more lexmark printers
Class: feature
Compatible: compat
Component: checks
Date: 1658431099
Edition: cre
Knowledge: undoc
Level: 1
State: unknown
Version: 2.1.0p10

Support for the printer check to detect the following printers was added.

Lexmark International - MX521ade - Printer
Lexmark - CX923de
Lexmark International Optra T612
Lexmark International CX410de
Lexmark International Forms Printer 2580
Lexmark International C4150
Lexmark International CX725
4 changes: 4 additions & 0 deletions cmk/base/plugins/agent_based/utils/printer.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
".1.3.6.1.4.1.345", # epson
".1.3.6.1.4.1.1248", # seiko epson
".1.3.6.1.4.1.641.2", # lexmark
".1.3.6.1.4.1.641.52", # lexmark
".1.3.6.1.4.1.641.1", # lexmark
".1.3.6.1.4.1.641.3", # lexmark
".1.3.6.1.4.1.641.51", # lexmark
".1.3.6.1.4.1.396", # panasonic
".1.3.6.1.4.1.44932", # panasonic
".1.3.6.1.4.1.1472", # sharp
Expand Down

0 comments on commit 5324e7a

Please sign in to comment.