monitoring printer konica minolta whit nagios
-
sandragogohehye
- Posts: 19
- Joined: Wed Apr 06, 2016 9:33 am
Re: monitoring printer konica minolta whit nagios
I try and check- snmp -printer but it will not work me
Re: monitoring printer konica minolta whit nagios
Can you post the full input / output of what you're seeing?
Former Nagios Employee
Re: monitoring printer konica minolta whit nagios
According to the snmpwalk you provided in the beginning the plugin check-snmp-printer should work perfectly for you printer.
Please have a look at the following page:
https://exchange.nagios.org/directory/P ... ck/details
This check uses the printer-MIB file and should work on almost every printer. As I can see, you printer answers to the correct OID's to read the needed information.
Please start by doing the following commands:
Please have a look at the following page:
https://exchange.nagios.org/directory/P ... ck/details
This check uses the printer-MIB file and should work on almost every printer. As I can see, you printer answers to the correct OID's to read the needed information.
Please start by doing the following commands:
Code: Select all
./check_printer_snmp -H <ip address> -C public -x "CONSUM ALL" -w 25 -c 10
./check_printer_snmp -H <ip address> -C public -x MODEL
./check_printer_snmp -H <ip address> -C public -x "TRAY TEST"
./check_printer_snmp -H <ip address> -C public -x "TRAY 1,2,3"
Rob Hassing


Re: monitoring printer konica minolta whit nagios
Thanks @rhassing!
@sandragogohehye - let us know if you have any further questions.
@sandragogohehye - let us know if you have any further questions.
Former Nagios Employee