Linux

check_lpstat

Description:

Check printers and print-queue length using lpstat.

Current Version

Last Release Date

June 16, 2009

Compatible With


Project Files
Project Notes
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
Reviews (1) Add a Review
A patch to make it ignore HP-UX output of 'no entries'
by autolycus, May 31, 2014

comment out line 191 and add the following 5 lines: #@jobs = ( ); while() { if ( /^(?!no entries)/ ) { push @jobs, $_; } }



Add a Review

You must be logged in to submit a review.

Thank you for your review!

Your review has been submitted and is pending approval.

Recommend

To:


From:


Thank you for your recommendation!

Your recommendation has been sent.

Project Stats
Rating
5 (1)
Favorites
0
Views
154,269