Showing:

Annotations
Attributes
Diagrams
Properties
Used by
Element MasterMessage
Annotations

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

References Notes

MasterMessage includes problems detected by a JobScheduler Master, e.g. database connection lost.

Requirements:

  • ./config/factory.ini configuration file:
    • mail_queue_only=true
    • mail_queue_dir setting specifies a directory to store the JobScheduler mails
    • mail_on_warning=true
    • mail_on_error=true
Attributes:
  • 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.
  • notifications - specifies the number of transfers the same notification to a System Monitor. By default one notification only will be sent.

Diagram
Diagram SystemMonitorNotification_v1_0_xsd_Element_MasterMessage.tmp#MasterMessage_scheduler_id SystemMonitorNotification_v1_0_xsd_Element_MasterMessage.tmp#MasterMessage_notifications
Properties
content complex
Used by
Attributes
QName Type Default Use Annotation
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.
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.
Attribute MasterMessage / @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 MasterMessage
Attribute MasterMessage / @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 MasterMessage