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
5709
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
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