You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Diagram

Unable to render 'XSD Viewer' macro

Could not find the given XSD (xsd_macro0adbfb7f2ffb867a886258dd5e5f0c8d.png) on page (Copy of JobScheduler Monitoring Configuration Reference - MasterMessage)

Elements

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.
scheduler_id
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.
notifications
Specifies the number of transfers the same notification to a System Monitor. By default one notification only will be sent.
Element Type Required Description
Attribute: scheduler_id 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: notifications positiveInteger
  • Fixed: 1
Optional Specifies the number of transfers the same notification to a System Monitor. By default one notification only will be sent.

  • No labels