Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
Check printer queue status (using enq) on AIX. If the queue matches the given status then return OK.
Current Version
Last Release Date
2014-02-26
Owner
Jon Schipp
Download URL
https://github.com/jonschipp/nagios-plugins/blob/master/check_enq.sh
Compatible With
Check printer queue status (enq) on AIX. If the queue matches the given status then return OK.
Options: -q Comma separated list of print queue names (def: all) -d Given a queue, alert on those in a DOWN state -e Comma separated list of queues to exclude from the default all list -s Status to look for (READY/RUNNING/DOWN/QUEUED)
Usage: $0 -q "invoice,black" -s READY
# 1.) Return critical if any queue is in the DOWN state # $ ./check_enq.sh -d # # 2.) Return critical if any queue is in the DOWN state except those listed # $ ./check_enq.sh -d -e "color,black,invoice" # # 3.) Return critical if color is in DOWN state # $ ./check_enq.sh -d -q color
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!