Hi all,
I want to create a trigger of last value CPU Usage is more than 70% that appears more than 3 times. Anyone can help?
Is it something like this?
system.cpu.util[].last(70,0)}>3
Thanks.
I want to create a trigger of last value CPU Usage is more than 70% that appears more than 3 times. Anyone can help?
Is it something like this?
system.cpu.util[].last(70,0)}>3
Thanks.
Comment