Meta Configuration of Package nagios-plugins-printer
1
<package name="nagios-plugins-printer" project="server:monitoring">
2
<title>Generic check for printers supporting SNMP Printer MIB</title>
3
<description>
4
This Nagios plugin queries prtAlertTable from the Printer MIB.
5
6
It honors only prtAlertTrainingLevel = trained(4) or fieldService(5),prtAlertTrainingLevel = other(1),unknown(2),untrained(3) and management(6) are ignored.
7
8
For prtAlertSeverityLevel = warning(4) the plugin result is "WARNING",
9
for critical(3) the plugin result is "CRITICAL", obviously,
10
for warningBinaryChangeEvent(5) (new in RFC3805) the state is by default
11
"WARNING", but there is a hardcoded table of change events, which result in
12
state "CRITICAL".
13
</description>
14
<person userid="hostmaster" role="maintainer"/>
15
</package>
16