Showing:

Annotations
Attributes
Diagrams
Properties
Used by
Element TaskWarning
Annotations

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

References Notes

TaskWarning includes job execution warning messages.

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
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_TaskWarning.tmp#TaskWarning_scheduler_id SystemMonitorNotification_v1_0_xsd_Element_TaskWarning.tmp#TaskWarning_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 TaskWarning / @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 TaskWarning
Attribute TaskWarning / @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 TaskWarning