Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

One of the following elements may must be nested inside a NotificationMonitor element:

...

One of the following elements may must be nested inside a NotificationObjects element:

...

AttributeUsageDescription
notifications

Optional

Integer

Specifies the number of notifications that are sent to a System Monitor.

Default: 1

 schedulerscheduler_idOptional Notifications

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.

Regular expression can be used.

name nameOptional Job

Job chain name including possible folder names

.

Regular expression can be used.

step step_fromOptional Restricts Restricts notifications for job chains to a sequence of job nodes that are specified with the step_from and step_to attributes.
 stepstep_toOptional Restricts Restricts notifications for job chains to a sequence of job nodes that are specified with the step_from and step_to attributes.
 excludedexcluded_stepsOptionalSpecifies the steps which will be excluded from the analysing (separated by semicolon)
Code Block
languagexml
titleExample
collapsetrue
...
<JobChain notifications="2" name="test/my_jobchain_name"/>
...
<JobChain scheduler_id="scheduler_4444" />
...
<JobChain scheduler_id="scheduler_4444" name="^(test/my)" />
...
<JobChain name="test/my_jobchain_name" step_from="200"/>
...
<JobChain name="test/my_jobchain_name" step_to="500"/>
...
<JobChain name="test/my_jobchain_name" step_from="300" step_to="300"/>
...
<JobChain name="test/my_jobchain_name" excluded_steps="200;300"/>
...

 

SystemMonitorNotification/Notification/NotificationObjects/Timer

...