Hi,
I want to create a trigger expression like follows:
- String is not "200 OK" or last 5 values are empty.
Trigger should not be activated when 3 values are empty!
Sometimes my check returns no values, but it is working (maybe a timing problem).
So I want to reduce the false positive messages with that expression.
I tried a combination with the functions regex and count but without success.
Any idea?
Regards, Chris
I want to create a trigger expression like follows:
- String is not "200 OK" or last 5 values are empty.
Trigger should not be activated when 3 values are empty!
Sometimes my check returns no values, but it is working (maybe a timing problem).
So I want to reduce the false positive messages with that expression.
I tried a combination with the functions regex and count but without success.
Any idea?
Regards, Chris
Comment