Showing:

Annotations
Attributes
Diagrams
Identity Constraints
Instances
Model
Properties
Used by
Element SystemMonitorNotification
Annotations

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

References Notes

The root element of a NOTIFICATION configuration.

  • JobScheduler releases before 1.13.1
    • A configuration file is used by the SystemNotifier job chain that reports the notifications as configured to a System Monitor. A number of configurations can be stored with different configuration files that are specified as a parameter to the SystemNotifier order.
    • As an identification of the configuration from an individual file the attribute system_id should be used to specify a unique identifier.
  • JobScheduler releases starting from 1.13.1
    • Usage of the configuration files in the config/notification folder has been deprecated.
    • The functionality to manage the System Monitor configuration is directly available from JOC Cockpit.
      • The NOTIFICATION configuration is forwarded by the Joc Cockpit to the respective JobScheduler Master.
      • The value of the attribute system_id will in this case be ignored. The SystemNotifier job chain will use MonitorSystem as identifier instead.

Diagram
Diagram SystemMonitorNotification_v1_0_xsd_Element_SystemMonitorNotification.tmp#SystemMonitorNotification_system_id SystemMonitorNotification_v1_0_xsd_Element_Notification.tmp#Notification SystemMonitorNotification_v1_0_xsd_Element_Timer.tmp#Timer
Properties
content complex
Model
Instance
<SystemMonitorNotification system_id="">
  <Notification name="">{1,unbounded}</Notification>
  <Timer name="">{0,unbounded}</Timer>
</SystemMonitorNotification>
Attributes
QName Type Use Annotation
system_id xs:NMTOKEN required
  • JobScheduler releases before 1.13.1
    • Identifier for the system monitor that is used with this configuration.
    • The identifier is a unique name that is required if you use multiple configuration files for a number of system monitors.
  • JobScheduler releases starting from 1.13.1
    • If a configuration is created by JOC Cockpit the value of the attribute system_id will be ignored.
    • The SystemNotifier job chain will use MonitorSystem as identifier instead.
Attribute SystemMonitorNotification / @system_id
Annotations
  • JobScheduler releases before 1.13.1
    • Identifier for the system monitor that is used with this configuration.
    • The identifier is a unique name that is required if you use multiple configuration files for a number of system monitors.
  • JobScheduler releases starting from 1.13.1
    • If a configuration is created by JOC Cockpit the value of the attribute system_id will be ignored.
    • The SystemNotifier job chain will use MonitorSystem as identifier instead.
Type xs:NMTOKEN
Properties
use required
Used by