Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_lpstat

Rating
1 vote
Favoured:
0
Owner
Hits
153897
Files:
FileDescription
check_lpstat.plNagios plugin - Perl script
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Check printers and print-queue length using lpstat.
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)
comment out line 191 and add the following 5 lines:

#@jobs = ( );
while() {
if ( /^(?!no entries)/ ) {
push @jobs, $_;
}
}