Skip to content

210. Reporting - Print Agent

If print job ends up in the "Remote Waiting" state it will indicate that one or several Print Agents is not processing the print queue. This check will monitor if such print jobs exists and have waited for long time.

Multiple Instances: No

Interval: Every 5 minutes (288 times per day)

StatusExpression
CriticalIf ( Print job in status "Remote Waiting" more than 30 min > 0)



WarningIf ( Print job in status "Remote Waiting" more than 15 min > 0) or ( Print Agents Active != yy)



OKIf not status Warning or Critical.
UnknownMissing application response.