Hi,
I have setup a trigger to alert me once the CPU usage is over 90%.
{SERVER
erf_counter[\Processor(_Total)\% Processor Time].max(60)}>90
The thing is, I get an email each time there's a spike even for one milisecond.
So what I'd like to do is make it fire up the alert only if the spike lasts for over a minute. But I simply dont understand the the concept of min\max here. Would someone mind elaborating?
Thanks
I have setup a trigger to alert me once the CPU usage is over 90%.
{SERVER
erf_counter[\Processor(_Total)\% Processor Time].max(60)}>90The thing is, I get an email each time there's a spike even for one milisecond.
So what I'd like to do is make it fire up the alert only if the spike lasts for over a minute. But I simply dont understand the the concept of min\max here. Would someone mind elaborating?
Thanks
Comment