Home Directory Plugins Printing Check MS Print Server Queue (jobs)

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 MS Print Server Queue (jobs)

Rating
0 votes
Favoured:
0
Current Version
1
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
  • Nagios 4.x
  • Nagios XI
Owner
Hits
6220
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
This is an agent Script to check print queues of printers as they are registered on an Microsoft print server
It checks for current jobs in each printer and the status is decided by the command line arguments the total jobs statuses have priority over individual printers

http://www.opensource.org/licenses/gpl-2.0.php

Sample Execution: (Powershell)
.check_print_server_jobs.ps1
Sample call : .check_print_server_jobs.ps1 3 5 7 10 15

Sample Nagios Command:
$USER1$/check_ncpa.py -H $HOSTADDRESS$ -p 5693 -t $ARG1$ -M 'plugins/Printqueue.ps1' -a '$ARG2$'

$ARG1$ your_token
$ARG2$ 1 5 7 10 15