Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
Check printers and print-queue length using lpstat.
Current Version
Last Release Date
June 16, 2009
Owner
George Hansper
Nagios plugin - Perl script
Check printers and print-queue length using lpstat
Warning if:
* any queue length exeeds specified limit (default 20)
Critical if:
* any printers are disabled
* any queue length exeeds specified limit (default 50)
Specific printers can be excluded from the checks using the '-x' option
comment out line 191 and add the following 5 lines: #@jobs = ( ); while() { if ( /^(?!no entries)/ ) { push @jobs, $_; } }
You must be logged in to submit a review.
To:
From:
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!