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.

WPM Transaction Duration Alert?

Is there a way to create a WPM alert that is triggered on the total transaction time rather than individual step duration?  We find the individual step alerts to be annoying so we disable step based thresholds.  However, what we really want to know is if the total time of a transaction is out of profile by more than a given percentage.  So, for example, if the baseline total transaction time is 40 seconds, we would like the ability to set a WARNING condition at 60 seconds and CRITICAL condition at 80 seconds. 

Is this possible?   If so, how do I accomplish this?

  • Hi Kahmeelyon,

    This should be fairly easy. All you need to do is create a new alert in Advanced Alert manager with following Trigger Condition:

    1) warning condition

    Type od property to Monitor: [Transaction]

         Duration is greater than 60

    (such a condition will trigger alert for all transactions that comply with the condition. To specify a given transaction, use another condition e.g.:)

         Name is equal to www.Google.com from Orion Server

    (or as I would suggest, use TrasactionId instead)

    2) Critical condition - just do the same thois time for 80s

    Hope it helps

    -Z.

  • Also can we know how to include transaction duration in the email action (email body) of the alert.