<p>On Wed, 14 Apr 2010 12:36:12 +0530, keshav murthy <nkeshav12@gmail.com> wrote:</p>
<blockquote style="padding-left: 5px; border-left: 2px solid #1010ff; margin-left: 5px; width: 100%;"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<div>Hello All,</div>
<div> </div>
<div>I would like to know if we have any ready plugins/scripts for monitoring the print queue. We are still running nrpe and pnsclient on the clients.</div>
<div> </div>
<div>Any help will be appreciated.</div>
<div> </div>
<div>Cheers</div>
<div>Kesava</div>
</blockquote>
<p> </p>
<p>Hi Kesava.</p>
<p>I assume you are talking windows machines?</p>
<p>I use nrpe with this command:</p>
<p>check_nrpe -H $ARG1$ -p 5666 -t 30 -c CheckCounter -a "\\Print  Queue($ARG2$)\\Jobs" MaxWarn=$ARG3$ MaxCrit=$ARG4$</p>
<p>Where $ARG2$ = printername on the host.</p>
<p>You need to have cehckwmi enabled in the NRPE configuration.</p>
<p>Regards.</p>
<p>/Kasper</p>