Versions Compared

Key

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

...

AttributeUsageDescription
notifications

optional

integer

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

Default: 1

 nameoptionalCorrespondence to Timer defined in the SystemMonitorNotification/Timer element
 notify_on_error

optional

boolean

Send timer check notification if the error ocurred in the configured timer job chain (steps)

Default: false

 SystemMonitorNotification/Timer 

 

The following elements must be nested inside a NotificationObjects element:

ElementElement descriptionDescription
JobChainOnce or more inside of Timer elementRestricts notifications for job chains
MinimumOptional or once inside of Timer elementMinimum required time consumption for job or job chain execution. Allows script code to be executed that returns the minimum execution time required in seconds.
MaximumOptional or once inside of Timer element Maximum allowed time consumption for job or job chain execution. Allows script code to be executed that returns the maximum execution time required in seconds.

 

Timer support the following attributes:

AttributeUsageDescription
 namerequired

Correspondence to Timer used in the SystemMonitorNotification/Notification/NotificationObjects/Timer element.

The name must be unique across all timers definitions.

Here you go an example of an XML file used for notifying a specific System Monitor (op5 Monitor) and using NotificationCommand:

...