Diagram

Elements

TimerJob
References Notes

Specifies the jobs for which notifications are being sent to a system monitor.
The element can be repeatedly used to specifiy a number of jobs.

Attributes:

  • name - accepts a regular expression to specify a number of jobs that match the given pattern, e.g. jobs that are located in the same root folder.
  • scheduler_id - restricts notifications to the JobScheduler instance with the given identification. By default notifications will be sent for all JobScheduler instances that log into the same database.
name
Job name including possible folder names. Java regular expression can be used.
scheduler_id
Notifications are restricted to the JobScheduler instance with the given identification. By default notifications will be sent for all JobScheduler instances that would log into the same database. Java regular expression can be used.
Element Type Required Description
Attribute: name string
Required Job name including possible folder names. Java regular expression can be used.
Attribute: scheduler_id string
Optional Notifications are restricted to the JobScheduler instance with the given identification. By default notifications will be sent for all JobScheduler instances that would log into the same database. Java regular expression can be used.