Showing:

Annotations
Attributes
Diagrams
Properties
Used by
Element Job
Annotations

https://kb.sos-berlin.com/display/PKB/JobScheduler+Monitoring+Configuration+Reference+-+Job

References
  • Configuration and Use Cases: Job
  • Schema: Job, Job
Notes

Specifies the order-controlled or standalone jobs for which notifications are being sent to a system monitor.
The element can be repeatedly used to specifiy a number of job.
Support for standalone jobs starting with the release 1.11.5.

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.
  • notifications - specifies the number of transfers the same notification to a System Monitor. By default one notification only will be sent.
  • 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.
  • return_code_from - restricts notifications for jobs for a particular return code range.
  • return_code_to - restricts notifications for jobs for a particular return code range.

Diagram
Diagram SystemMonitorNotification_v1_0_xsd_Element_Job.tmp#Job_name SystemMonitorNotification_v1_0_xsd_Element_Job.tmp#Job_notifications SystemMonitorNotification_v1_0_xsd_Element_Job.tmp#Job_scheduler_id SystemMonitorNotification_v1_0_xsd_Element_Job.tmp#Job_return_code_from SystemMonitorNotification_v1_0_xsd_Element_Job.tmp#Job_return_code_to
Properties
content complex
Used by
Attributes
QName Type Default Use Annotation
name xs:string optional
Job name including possible folder names. Java regular expression can be used.
notifications xs:positiveInteger 1 optional
Specifies the number of transfers the same notification to a System Monitor. By default one notification only will be sent.
return_code_from xs:integer optional
Restricts notifications for jobs for a particular return code range.
return_code_to xs:integer optional
Restricts notifications for jobs for a particular return code range.
scheduler_id xs: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.
Attribute Job / @name
Annotations
Job name including possible folder names. Java regular expression can be used.
Type xs:string
Properties
use optional
Used by
Element Job
Attribute Job / @notifications
Annotations
Specifies the number of transfers the same notification to a System Monitor. By default one notification only will be sent.
Type xs:positiveInteger
Properties
use optional
default 1
Used by
Element Job
Attribute Job / @scheduler_id
Annotations
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.
Type xs:string
Properties
use optional
Used by
Element Job
Attribute Job / @return_code_from
Annotations
Restricts notifications for jobs for a particular return code range.
Type xs:integer
Properties
use optional
Used by
Element Job
Attribute Job / @return_code_to
Annotations
Restricts notifications for jobs for a particular return code range.
Type xs:integer
Properties
use optional
Used by
Element Job