lundi 2 mars 2009

Parameter replacement during creation of the alert failed causing unexpected suppression used

Alert: B5615F97-1D44-433F-D25C-2E8916D13498
Workflow: EventBased.Test.AlertFromEvent
Instance: sampleInstance
Instance ID: {BEC075CC-4008-5A4F-9D8D-6BC9C1012D36}
Management Group: sampleGroup

Failing replacement: $Data/UnreachableEventDisplayNumber$

How to Know the rule in question?:

1. Open Windows Power Shell

2. Get and store monitoring object

in case of sample events from above you run:

$mo = Get-MonitoringObject –Id “BEC075CC-4008-5A4F-9D8D-6BC9C1012D36”

3. Get a rule to recognize what management pack to change

in case of sample events from above you run:

$rule = Get-Rule -MonitoringObject $mo -Criteria "Name = 'EventBased.Test.AlertFromEvent'"

4. Retrieve management pack

in case of sample events from above you run:

echo $rule

Aucun commentaire:

Enregistrer un commentaire