Configure Actions

The Jeopardy Management System (JeOMS) supports the following two types of consequential actions for jeopardy events:

  1. Alert or Notification - Supports sending notification to the following end points:
    1. SMTP - notification to specific email accounts.
    2. JMS - JMS (Java Message Service) messages to JMS queue or topic.
    3. Tibbr - notification message to Tibbr subject.
    4. File - log notification messages.
  2. Service Invocation - Supports invoking web services which uses WSDL 1.1 specification.

Jeopardy Management System also allows you to specify dampening criteria to action. Give the dampening (or flow control) criteria to action on how often to send notifications or invoke service for the same jeopardy event.

The frequency for sending alerts depends on the expected behavior of the process component. There are several frequency settings:

  • 
 Every time the jeopardy rule condition evaluates to true. This sends the most alerts. It's the default setting if dampening criteria is not specified.
  • Every X times the condition is true. This sets a number of times that the condition has to occur before an action is executed. This offsets any occasional spikes in executing plan item in process component or in the fulfillment system. To add this criteria set following values:
True Count Evaluation Count Notification Count
X Y 1
  • Every X times the condition is true in Y evaluations. This sets a number of times that the condition has to occur in a given number of monitoring evaluations cycles before an action is executed.
    True Count Evaluation Count Notification Count
    X Y 1
Every X times the condition is true in Y time period.
True Count Evaluation Count Notification Count Time Value Time Unit
X Y 1 Y Period ((SECOND/MINUTE/HOUR/DAY/WEEK/MONTH))
  • No more than X notification in Y time period
True Count Evaluation Count Notification Count Time Value Time Unit
X Y 1 Y Period ((SECOND/MINUTE/HOUR/DAY/WEEK/MONTH))