I'm trying to achieve this Trigger:
When CPU Load is higher than 10 for the last 10 values -> trigger
Now the question is what function to use and how?
I tried:
{testsys:system.cpu.load.max(#10)}>10
Is this correct? Or will it trigger when just ONE value is higher than ten wihtin the last 10 values? and can ich use (#10) instead of just (10) for the last 10 values and not the last ten seconds?
thanks in advance
When CPU Load is higher than 10 for the last 10 values -> trigger
Now the question is what function to use and how?
I tried:
{testsys:system.cpu.load.max(#10)}>10
Is this correct? Or will it trigger when just ONE value is higher than ten wihtin the last 10 values? and can ich use (#10) instead of just (10) for the last 10 values and not the last ten seconds?
thanks in advance
Comment