Showing:

Annotations
Attributes
Diagrams
Properties
Used by
Element TimerJobChain
Annotations

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

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.

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.
  • 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.
  • 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.

Diagram
Diagram SystemMonitorNotification_v1_0_xsd_Element_TimerJobChain.tmp#TimerJobChain_name SystemMonitorNotification_v1_0_xsd_Element_TimerJobChain.tmp#TimerJobChain_scheduler_id SystemMonitorNotification_v1_0_xsd_Element_TimerJobChain.tmp#TimerJobChain_step_from SystemMonitorNotification_v1_0_xsd_Element_TimerJobChain.tmp#TimerJobChain_step_to
Properties
content complex
Used by
Element Timer
Attributes
QName Type Use Annotation
name xs:string required
Job chain name including possible folder names. Java regular expression can be used.
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 TimerJobChain / @name
Annotations
Job chain name including possible folder names. Java regular expression can be used.
Type xs:string
Properties
use required
Used by
Element TimerJobChain
Attribute TimerJobChain / @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 TimerJobChain
Attribute TimerJobChain / @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 TimerJobChain
Attribute TimerJobChain / @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 TimerJobChain