How to create a trigger this trigger?
1 - Check CPU avg5 (average 5 min)
2 - count if the last 3 returned values are greater then 5
3 - if count=3, event occurs
{myserver:system.cpu.load[,avg5].count(#3,5,'gt')}=3
Is it right?
I am receiving the following error message:
Evaluation failed for function: {myserver:system.cpu.load[,avg5].count(#3,5,'gt')}=3
Thank you.
1 - Check CPU avg5 (average 5 min)
2 - count if the last 3 returned values are greater then 5
3 - if count=3, event occurs
{myserver:system.cpu.load[,avg5].count(#3,5,'gt')}=3
Is it right?
I am receiving the following error message:
Evaluation failed for function: {myserver:system.cpu.load[,avg5].count(#3,5,'gt')}=3
Thank you.
Comment