oK, what do you think about this
I use this plugin
https://exchange.nagios.org/directory/P ... ck/details
# ./check_snmp_printer -H xxx.xxx.xxx.xxx -C public -t "CONSUM ALL" -w 25 -c 10
Toner (Black) is at 80% - OK!,Drum Cartridge (Black) is at 98% - OK!,Developer Cartridge (Black) is at 99% - OK!,Developer (Black) is at 98% - OK!,Fusing Unit is at 99% - OK!,Transfer Roller Unit is at 99% - OK!,Ozone Filter is at 99% - OK!,Paper Dust Remover is at 98% - OK!,| 'Toner (Black)'=80;25;10 'Drum Cartridge (Black)'=98;25;10 'Developer Cartridge (Black)'=99;25;10 'Developer (Black)'=98;25;10 'Fusing Unit'=99;25;10 'Transfer Roller Unit'=99;25;10 'Ozone Filter'=99;25;10 'Paper Dust Remover'=98;25;10
root@Nagios:/home# ./check_snmp_printer -H xxx.xxx.xxx.xxx -C public -t "MESSAGES" -w 25 -c 10
Low Paper Tray1!Low Paper Tray2!
root@Nagios:/home# ./check_snmp_printer -H xxx.xxx.xxx.xxx -C public -t "PAGECOUNT" -w 25 -c 10
Pagecount is 347,888.|'Pages'=347888
root@Nagios:/home# ./check_snmp_printer -H xxx.xxx.xxx.xxx -C public -t "STATUS" -w 25 -c 10
OK: Printer status = 3.
Whit this plugin i dont need to know the OID, and its working, as you can see.
But, there is a way to make the printer warn nagios when there is an error instead of the nagios checking every x minutes?
I suppose i need to use SNMP TRAPS
http://manuals.konicaminolta.eu/bizhub- ... -0496.html.
...mmm... how it's that with nagios??
(sorry i dont speak english)
Thanks for your time.