Putting Formulas in the Alert Description
Goto the MOM Home Page
 
I have a Performance threshold rule I am setting up. I want to be able to have the Alert description field have a calculated field in it.

For example: A counter value is recorded as bytes. I want the alert to show what percentage that counter is of a total. My total is a static number, so I want my alert to be something like:

$Value$/12500000

How can I do this?

Contributed By: Baelson Duque [MSFT]
The only way to do this would be in script.

  1. Create your PPR to process the threshold. Don't have this PPR generate an alert.
     
  2. Have it run a Script Response.
     
  3. In your script you do the math you need to do, then generate an alert in script (ScriptContext.CreateAlert)
     
  4. Set the Alert Name or description to waht you want.
     
  5. Create an APR to catch this alert and notify you.
© FAQShop.com 2003 - 2008

Goto the MOM Home Page

Email the Author