I am trying to find the right config for monitoring CPU Usage on Windows Servers using the Windows_Template. I want it to trigger a alert when it hits 90% or higher. What is the right config for this here is what I have and it is not working.
{SERVER:system.cpu.load[,avg1]. min( 300 ) }>5
I have a serve that is hitting around 95% and this trigger is not showing that amount of usage.
Hope you kinda of understand what I am looking for.
Thanks in advance.
{SERVER:system.cpu.load[,avg1]. min( 300 ) }>5
I have a serve that is hitting around 95% and this trigger is not showing that amount of usage.
Hope you kinda of understand what I am looking for.
Thanks in advance.
Comment