To prevent false alarms for monitored hosts that periodically experience limited high resource usage,I'd like to create a performance monitor that requires two criteria to be met before triggering. A specific example: Fire an action only if (CPU usage is greater than 90% for 10 minutes) AND (Memory usage is greater than 90% for 10 minutes).
As far as I can tell the performance monitor treats each performance counter as an independent criteria. For instance an action is fired if: (CPU usage is greater than 90% for 10 minutes) OR (Memory usage is greater than 90% for 10 minutes).
Hopefully I am missing something or configuring the monitors incorrectly as using a single monitor to accomplish this is critical.