This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Nested group alert message

I am trying to to setup an alert which would trigger an email when particular node goes to warning state.

Setup would be like..

Group ABC

        Group DEF    

         Node 1

         Node 2

         Node 3

         Node 4

I have created an alert and it triggers an email message but issue is I am not getting the node name which caused this alert.

This is the sample output I am getting.

Group ABC is warning.

If I use ${N=OrionGroup;M=GroupStatusRootCause} I am getting this sample output.

Group ABC is warning.

   Group DEF is warning.

But I need the message output should be like this.

Group ABC is warning.

     Node 1/2/3/4 is in warning state.

Kindly help.