Event parameters in subsequent event processing rules

Started by Marcin, March 11, 2015, 09:47:27 AM

Previous topic - Next topic

Marcin

Hello,

In event processing rule number 1 I define:
SetEventParameter($event, "WeblogicENV", "TEST");
This event parameter is used in message text for alarm creation (%<WeblogicENV>).
This works fine.

Then I wanted to use the same event parameter defined in filtering script of rule number 1 in the rule number 2.
Unfortunately:
GetEventParameter($event, "WeblogicENV");
returns NULL.

Is it normal that this additional even parameter is lost or maybe I have a mistake somewhere in the code?

Best regards,
Marcin

Victor Kirhenshtein

Hi,

it should work. Can you provide a screenshot of both rules so I could see them completely?

Best regards,
Victor

Marcin

Hi Victor,

Yes, it works. Missing semicolon caused wrong rule processing.

Best regards,
marcin