Check manual page of printer_alertsMay 02. 2012
printer_alertsAuthor: Lars Michelsen License: GPL Distribution: official part of Check_MK Supported Agents: SNMP This check monitors the alerts reported by a printer supporting the
PRINTER-MIB. The check generates one service per device and lists
all known errors in the service output.
Check parametersNone. Performance dataNone. InventoryOne check is being created for each device.
Configuration variables
Examplesmain.mk
# This is the default (hard coded) definition of the
# state code handling.
# -> All state codes listed after "2:" result in a CRITICAL state
# -> All state codes listed after "1:" result in a WARNING state
# -> All state codes listed after "0:" result in a OK state
printer_alerts_state_map = {
2: [ 8, 1101, 1102, 1112, 1114, 1115 ],
1: [ ],
0: [ 4, 6, 7, 19, 20, 23, 24, 25, 27, 35, 36, 37, 38, 502, 503, 504, 505, 506, 507, 802, 803, 804, 805, 806, 807, 808, 809, 810, 1001, 1002, 1005, 1106, 1107, 1108, 1111, 1113, 1302, 1304, 1501, 1502, 1503, 1504, 1505, 1506, 1509 ],
}
|
| ||||||||||||||||||