We are in a build environement. Is there a way for me to send an alert if for example if: 1. Builds are building on systems for a long time 2. Perfmon counter for paging shows that the system has ran out of memory

And I want to send these emails together as one digest and only if both conditions are satisfied.

asked 26 Sep '12, 21:05

mike123's gravatar image

mike123
310223
accept rate: 0%


If you can programmatically detect #1, you could use a Calculated Status monitor to check the monitor for #1 and a monitor for #2, and then it would be responsible for sending out an email alert.

link

answered 27 Sep '12, 15:32

Doug's gravatar image

Doug ♦♦
10.2k122138
accept rate: 21%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×3
×1

Asked: 26 Sep '12, 21:05

Seen: 5,075 times

Last updated: 27 Sep '12, 15:32