Hi All, 
I've created a trigger to measure CPU utilization by performance counter, and set the trigger that if CPU utilization is 95% for more than 5 minutes, then send me an alert.
{HostName
erf_counter[\Processor(_Total)\% Processor Time].avg(5m)}>95
But what happens is that each time the CPU gets to 95% I get an alert.
It ignores completely the 5 minute average I requested.
The server monitored is a windows server.
Thanks in Advance.

I've created a trigger to measure CPU utilization by performance counter, and set the trigger that if CPU utilization is 95% for more than 5 minutes, then send me an alert.
{HostName
erf_counter[\Processor(_Total)\% Processor Time].avg(5m)}>95 But what happens is that each time the CPU gets to 95% I get an alert.
It ignores completely the 5 minute average I requested.
The server monitored is a windows server.
Thanks in Advance.
Comment