Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
check_ipp is a perl script for Nagios that will monitor NDPS / iPrint Print Queues of total job size.
To find out which Queue is assigned to which printer, the easiest way is to walk through the NDPS Server at https://<NDPSServerIP>:8009/PsmStatus and then follow the Links of the specified printer and then clicking Joblist. In the Address Line behind https://.../JobList/ is a Number, which is the neccessary Queue ID.
In the Perlscript it is strictly neccessary to enter the credentials for your NDPS Server ( Adminuser, PW, Context ).
When this is finished, this is the syntax:
check_ipp -H <NDPSServer> -q <Queuenumber>
The Warning or Critical Value is not neccessary.
If using NW 5.x please use the < -5 < switch as an additional argument.
The check_ipp is tested with OES Netware SP 2.
For additional Help use check_ipp -h or check_ipp --usage