Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Used by
Element JobChain
Annotations

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

References Notes

Specifies the job chains for which notifications are being sent to a system monitor.

The element can be repeatedly used to specifiy a number of job chains.

Default behaviour for repeatedly failed job chain steps: when an error reoccurrs in the same job node for which a notification has already been sent then this order state is considered being previously notified and no new notification will be sent.

See child element NotifyRepeatedError

Attributes:

  • name - accepts a regular expression to specify a number of job chains that match the given pattern, e.g. job chains that are located in the same root folder.
  • notifications - specifies the number of transfers the same notification to a System Monitor.
  • 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.
  • step_from - restricts notifications for job chains to a sequence of job nodes that are specified with the step_from and step_to attributes.
  • step_to - restricts notifications for job chains to a sequence of job nodes that are specified with the step_from and step_to attributes.
  • excluded_steps - specifies the steps which will be excluded from notifications. Multiple entries are separated by semicolon.

Child elements:

  • NotifyRepeatedError - send notifications for all errors that occur, do not suppress errors for repeatedly failed executions.

Diagram
Diagram SystemMonitorNotification_v1_0_xsd_Element_JobChain.tmp#JobChain_name SystemMonitorNotification_v1_0_xsd_Element_JobChain.tmp#JobChain_notifications SystemMonitorNotification_v1_0_xsd_Element_JobChain.tmp#JobChain_scheduler_id SystemMonitorNotification_v1_0_xsd_Element_JobChain.tmp#JobChain_return_code_from SystemMonitorNotification_v1_0_xsd_Element_JobChain.tmp#JobChain_return_code_to SystemMonitorNotification_v1_0_xsd_Element_JobChain.tmp#JobChain_step_from SystemMonitorNotification_v1_0_xsd_Element_JobChain.tmp#JobChain_step_to SystemMonitorNotification_v1_0_xsd_Element_JobChain.tmp#JobChain_excluded_steps SystemMonitorNotification_v1_0_xsd_Element_NotifyRepeatedError.tmp#NotifyRepeatedError
Properties
content complex
Used by
Model
Instance
<JobChain excluded_steps="" name="" notifications="1" return_code_from="" return_code_to="" scheduler_id="" step_from="" step_to="">
  <NotifyRepeatedError>{0,1}</NotifyRepeatedError>
</JobChain>
Attributes
QName Type Default Use Annotation
excluded_steps xs:string optional
Specifies the steps which will be excluded from the analyzing (separated by semicolon).
name xs:string optional
Job chain 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 job chains for a particular return code range.
return_code_to xs:integer optional
Restricts notifications for job chains 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.
step_from xs:string optional
Restricts notifications for job chains to a sequence of job nodes that are specified with the step_from and step_to attributes.
step_to xs:string optional
Restricts notifications for job chains to a sequence of job nodes that are specified with the step_from and step_to attributes.
Attribute JobChain / @name
Annotations
Job chain name including possible folder names. Java regular expression can be used.
Type xs:string
Properties
use optional
Used by
Element JobChain
Attribute JobChain / @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 JobChain
Attribute JobChain / @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 JobChain
Attribute JobChain / @return_code_from
Annotations
Restricts notifications for job chains for a particular return code range.
Type xs:integer
Properties
use optional
Used by
Element JobChain
Attribute JobChain / @return_code_to
Annotations
Restricts notifications for job chains for a particular return code range.
Type xs:integer
Properties
use optional
Used by
Element JobChain
Attribute JobChain / @step_from
Annotations
Restricts notifications for job chains to a sequence of job nodes that are specified with the step_from and step_to attributes.
Type xs:string
Properties
use optional
Used by
Element JobChain
Attribute JobChain / @step_to
Annotations
Restricts notifications for job chains to a sequence of job nodes that are specified with the step_from and step_to attributes.
Type xs:string
Properties
use optional
Used by
Element JobChain
Attribute JobChain / @excluded_steps
Annotations
Specifies the steps which will be excluded from the analyzing (separated by semicolon).
Type xs:string
Properties
use optional
Used by
Element JobChain