Showing:

Annotations
Diagrams
Instances
Model
Properties
Used by
Element NotificationObjects
Annotations

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

References Notes

Specifies the objects that are being used for messages: Job, JobChains, Timers, MasterMessage, TaskWarning, TaskIfLongerThan, TaskIfShorterThan.

  • Notifications can be restricted to certain jobs or job chains for which messages are forwarded to a specific System Monitor or System Monitor service.
  • TimerRef includes checks that verify if a certain threshold has been exceeded by a minimum or maximum value. Such checks can include to verify the duration of a job chain or specific values that are reported by jobs.
  • MasterMessage includes problems detected by a JobScheduler Master, e.g. database connection lost.
  • TaskWarning includes job execution warning messages.
  • TaskIfLongerThan includes the feature to send notification in case that the execution of job requires a longer duration than expected.
  • TaskIfShorterThan includes the feature to send notification in case that the execution of job requires a shorter duration than expected.

Diagram
Diagram SystemMonitorNotification_v1_0_xsd_Element_Job.tmp#Job SystemMonitorNotification_v1_0_xsd_Element_JobChain.tmp#JobChain SystemMonitorNotification_v1_0_xsd_Element_TimerRef.tmp#TimerRef SystemMonitorNotification_v1_0_xsd_Element_MasterMessage.tmp#MasterMessage SystemMonitorNotification_v1_0_xsd_Element_TaskWarning.tmp#TaskWarning SystemMonitorNotification_v1_0_xsd_Element_TaskIfLongerThan.tmp#TaskIfLongerThan SystemMonitorNotification_v1_0_xsd_Element_TaskIfShorterThan.tmp#TaskIfShorterThan SystemMonitorNotification_v1_0_xsd_Complex_Type_NotificationObjectsType.tmp#NotificationObjectsType
Type NotificationObjectsType
Properties
content complex
Used by
Element Notification
Model
Instance
<NotificationObjects>
  <Job name="" notifications="1" return_code_from="" return_code_to="" scheduler_id="">{0,unbounded}</Job>
  <JobChain excluded_steps="" name="" notifications="1" return_code_from="" return_code_to="" scheduler_id="" step_from="" step_to="">{0,unbounded}</JobChain>
  <TimerRef notifications="1" notify_on_error="false" ref="">{0,unbounded}</TimerRef>
  <MasterMessage notifications="1" scheduler_id="">{0,1}</MasterMessage>
  <TaskWarning notifications="1" scheduler_id="">{0,1}</TaskWarning>
  <TaskIfLongerThan notifications="1" scheduler_id="">{0,1}</TaskIfLongerThan>
  <TaskIfShorterThan notifications="1" scheduler_id="">{0,1}</TaskIfShorterThan>
</NotificationObjects>