|
Huntland Services Ltd Tel: +44 (0)1392-490518
|
Advanced Enterprise Wide Consolidation
|
|
|
This article seeks to clarify information from a variety of
previously published public sources which only partially or misleadingly
described the correct process.
How does MOM consolidate the consolidations? Here's how to
configure it: 1.
Create a Consolidate Similar Events rule called
Rule_1. Configure this rule to use the security log provider to
consolidate all occurrences of Windows 2000 event ID 529 (for example) over a
120 second period by Event Number and Source Name only. This rule will
run on the managed servers. At the end of 120 seconds MOM will create
its own event representing the fact that a consolidation has taken place and
reports this and the number of event # 529's it managed to trap. It
stores this number in a State Variable (see 'How to set and use State
Variables') called $RepeatCount$. 2.
Create an Alert on or Respond to Event rule called
Rule_2. This rule will fire if it detects an event created by Rule_1
where the number of 529 events consolidated exceeds 20 (for
example). To do this configure the rule to use the same data
provider and criteria as Rule_1 but add an additional criteria that tests if
the $RepeatCount$ State Variable is equal or greater than 20. To
do this click the Advanced button in the Criteria dialog and chose RepeatCount
from the drop down list in the Field box. So far so good? What
you've done so far will be run at the managed server. 3.
Create an Alert on or Respond to Event rule called
Rule_3. Configure this rule to use the timed event provider that runs
every 5 minutes and to have a response that runs a script called
"SecurityAlert" on the Consolidator. This script will
check the value of the TotalAttempts variable. If the value is greater than
or equal to five (for example), it will send an alert and reset the variable
to zero. If the variable is less than 5 the script would just reset it to
zero again.
So to summarise:
|
||