You need to be aware of the following points when creating filters, dispatches and action routines:
See the scenario described in Filtering Duplicate Events in a Group of Systems Depending on the Time, in Chapter 12, “Scenarios for Filtering Events,” for an example of how this can be done.
You can use these controls individually or both together. See the scenario described in the section, Filtering Duplicate Events in a Group of Systems, in Chapter 12, “Scenarios for Filtering Events,” for an example of how this can be done.
If an action handles only a single event at a time, then you can use that action for more than one filter (the supplied action Mail is an example).
If an action handles multiple events, then do not use that action name in more than one filter. This will cause ENS to mix up the different, filtered, events.
However, you can use the same action routine in more than one action.
For example, if you have two filters that report a different class of events using eventlist, then the action name for each filter must be different. In this case, you would get one class of events reported in one eventlist window, and the second class reported in the other window. If you used the same action name for both filters, then you would get both classes of events reported in the same eventlist window.
When deciding how to report events, follow these steps:
This determines the number of filters that you need to create.
This determines the number of dispatches that you need to create for each filter.
|
Copyright © 2010 CA.
All rights reserved.
|
|