Hi! We have HP Color LaserJet 2840 in our company that has also fax included. Fax is connected via Linksys WRTP54G router on “phone” port. Is it able to monitor that? I am getting the log like:
PING - OK 05-31-2009 17:19:02 0d 8h 15m 16s 1/3 PING OK - Packet loss = 0%, RTA = 0.93 ms
Printer Status - CRITICAL 05-31-2009 17:22:15 0d 8h 14m 3s 3/3 (Return code of 127 is out of bounds - plugin may be missing)
And config is:
define host{
use generic-printer
host_name HP-CLJ2840N
alias HP Color LaserJet 2840
address 10.0.7.9
hostgroups network-printers
}
define service{
use generic-service
host_name HP-CLJ2840N
service_description Printer Status
check_command check_hpjd!-C public
normal_check_interval 10
retry_check_interval 1
}
define service{
use generic-service
host_name HP-CLJ2840N
service_description PING
check_command check_ping!3000.0,80%!5000.0,100%
normal_check_interval 10
retry_check_interval 1
}