Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Used by
Element Timer
Annotations

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

References Notes

A timer implements a performance check that validates if the execution of a job chain took longer or shorter than expected. Each timer is assigned a unique identification with its name attribute. The timer contains <Minimum> and <Maximum> child elements that implement scripts to return the required and allowed value.

Diagram
Diagram SystemMonitorNotification_v1_0_xsd_Element_Timer.tmp#Timer_name SystemMonitorNotification_v1_0_xsd_Element_TimerJob.tmp#TimerJob SystemMonitorNotification_v1_0_xsd_Element_TimerJobChain.tmp#TimerJobChain SystemMonitorNotification_v1_0_xsd_Element_Minimum.tmp#Minimum SystemMonitorNotification_v1_0_xsd_Element_Maximum.tmp#Maximum SystemMonitorNotification_v1_0_xsd_Element_Maximum.tmp#Maximum
Properties
content complex
Used by
Model
Instance
<Timer name="">
  <TimerJob name="" scheduler_id="">{0,unbounded}</TimerJob>
  <TimerJobChain name="" scheduler_id="" step_from="" step_to="">{0,unbounded}</TimerJobChain>
  <Minimum>{1,1}</Minimum>
  <Maximum>{0,1}</Maximum>
  <Maximum>{1,1}</Maximum>
</Timer>
Attributes
QName Type Use Annotation
name xs:NMTOKEN required
Corresponds to Timer used in the SystemMonitorNotification / Notification / NotificationObjects / Timer element. The name must be unique across all timers definitions.
Attribute Timer / @name
Annotations
Corresponds to Timer used in the SystemMonitorNotification / Notification / NotificationObjects / Timer element. The name must be unique across all timers definitions.
Type xs:NMTOKEN
Properties
use required
Used by
Element Timer