Designing and Managing Behavior Models - Performing Actions Conditionally
(Action Router)
- Creating an Action Router Rule -
Previous: Listing Existing Action Router Rules     Next: Defining a Rule Condition

Creating an Action Router Rule

There are two components to an Action Router rule: a condition and a list of actions. For example, suppose you need to develop a rule that will cause NerveCenter to send you e-mail if a device goes down. The rule's condition might be:


   $TriggerName eq "deviceDown"

This means that you want to know if the Action Router is notified of a transition that occurred as a result of a deviceDown trigger.

The rule's action might be:


   SMTP Mail stan.redford@Open.com

This means that if the condition is met, NerveCenter should send SMTP mail to the address shown.

The next two subsections explain how to create such rule conditions and rule actions:

Note that you must create both a condition and one or more actions to complete an Action Router rule.


Previous: Listing Existing Action Router Rules Next: Defining a Rule Condition
Please send comments or corrections to Information Development
This file was last updated on 10 October © 2002