Page 4 of 4
Re: monitoring printer konica minolta whit nagios
Posted: Thu Apr 07, 2016 11:01 am
by sandragogohehye
I try and check- snmp -printer but it will not work me
Re: monitoring printer konica minolta whit nagios
Posted: Thu Apr 07, 2016 2:38 pm
by rkennedy
Can you post the full input / output of what you're seeing?
Re: monitoring printer konica minolta whit nagios
Posted: Fri Apr 08, 2016 4:31 am
by rhassing
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:
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"
Re: monitoring printer konica minolta whit nagios
Posted: Fri Apr 08, 2016 10:27 am
by rkennedy
Thanks @rhassing!
@sandragogohehye - let us know if you have any further questions.