- Solutions
- Backup/synchronization
- Git
- Log files
- Nagios ® World
- Nagwin - Nagios for Windows
- winrpe - Nagios NRPE for Windows
- Nagios NRPE Plugins for Windows
- Security
- Tools
- Online services
- Support
- Store
- Login
check_printer - Nagios plugin for printer checks from Windows systems
Download:
NAME
check_printer - Nagios plugin for printer health via SNMP
/SYNOPSIS
check_printer --host|H printer
/DESCRIPTION
check_printer is a Nagios plugin to monitor printer health via SNMP. It uses snmpwalk command to retrieve printer alert table. Strongly inspired by check_printers plugin https://exchange.nagios.org/directory/Plugins/Network-Protocols/SNMP/check_printers/details
/OPTIONS
- /--host|H printer
-
Specifies printer hostname/ip-address to monitor. Required.
- /--community|c snmp community
-
Specifies SNMP community name. Default value is 'public'.
- /--snmpwalk snmpwalk-path
-
Specifies path to the snmpwalk program. Default value is 'snmpwalk'
- /--verbose
-
Produces detailed output for debugging
- /--help
-
Produces a help message.
/EXAMPLES
check_printer --host 10.0.0.100
Retrieves alert table from the printer and produces status output.
check_printer --host 10.0.0.100 --snmpwalk "c:\util\netsnmp\bin\snmpwalk"
Retrieves alert table from the printer via snmpwalk binary c:\util\netsnmp\bin\snmpwalk and produces status output.
/EXIT VALUES
0 OK 1 WARNING 2 CRITICAL 3 UNKNOWN
/AUTHOR
Tevfik Karagulle /
/SEE ALSO
- /Nagios web site - https://www.nagios.org/
- /check_printers plugin - https://exchange.nagios.org/directory/Plugins/Network-Protocols/SNMP/check_printers/details/
/COPYRIGHT
This program is distributed under the Artistic License https://opensource.org/licenses/artistic-license.php/
/VERSION
Version 1.0, September 2014
/CHANGELOG