Hello,
I want to make the trigger if the count of 3 is more than 1 as an error in 20 minutes, then make it as a problem.
count(/OS_2023/check_website_latency.sh[{$URL}],3m,"gt",1)>3
And I do have this error : the gt isnt a the good place.
I want to make the trigger if the count of 3 is more than 1 as an error in 20 minutes, then make it as a problem.
count(/OS_2023/check_website_latency.sh[{$URL}],3m,"gt",1)>3
And I do have this error : the gt isnt a the good place.
Comment