Hi:
I would like to use one parameter value of an element in the RULE CONDITION in my correlation rule to control the Actions execution.
For example:
After my correlation rule is triggered by an alarm, my correlation rule should do following:
if parameter1 of Element 1 value equals ENABLE, then do SET PARAMETER, to set Parameter2 of element 2 equals to Something.
My RULE CONDITION and Action are configured as following but seems not working:
Thanks
Hi Miao,
I believe the filter conditions are applied to the alarms that are captured in your correlation rule.
This means that if you'd like to evaluate a parameter that's not alarmed or currently filtered out by your correlation rule, you'll have to use a slightly different approach.
I think there are two options:
- Trigger an automation script to do the set, and perform the validation there.
- Use a script condition instead of a filter condition.
e.g.