monitoring printer konica minolta whit nagios

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
sandragogohehye
Posts: 19
Joined: Wed Apr 06, 2016 9:33 am

Re: monitoring printer konica minolta whit nagios

Post by sandragogohehye »

I try and check- snmp -printer but it will not work me
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: monitoring printer konica minolta whit nagios

Post by rkennedy »

Can you post the full input / output of what you're seeing?
Former Nagios Employee
User avatar
rhassing
Posts: 416
Joined: Sat Oct 05, 2013 10:29 pm
Location: Netherlands

Re: monitoring printer konica minolta whit nagios

Post 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"
Rob Hassing
Image
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: monitoring printer konica minolta whit nagios

Post by rkennedy »

Thanks @rhassing!

@sandragogohehye - let us know if you have any further questions.
Former Nagios Employee
Locked