I'm trying to figure out what I'm doing wrong in an alert trigger and need some help. What I want it to do is trigger an alert when an application component is in warning or critical. Using this trigger I want to send an alert saying that Component y of Application x on Server z is ${status}.
Currently I the in the trigger condition:
Trigger Alert when any of the following apply
Component Status is not equal to Up
Trigger Action:
Subject
${ApplicationName} is ${ApplicationStatus}: ${ComponentName} is ${ComponentStatus}
Message
${ShortDate} ${ShortTime}
Apllication ${ApplicationName} on ${NodeName} is ${ApplicationStatus}.
Component ${ComponentName} is in ${ComponentStatus}
Results: ${StatisticData}
Why doesn't this alert trigger when I have an application component that is in warning of critical?