Monitor dependencies

Viewed 0

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.

1 Answers

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.

Related