Hello,
I have created some UserParamenters for a system than returns a "Healthy" or other value for non healthy. This a Text/String.
I tried with no luck to create a Trigger that if the Text/String "Healthy" is found for more than N times or N seconds, trigger an alarm.
The best I could was
.status.regexp(healthy)#1
Wich trigger right away the value was changed.
I need to add to this Trigger a N times or N seconds from last "Healthy" result but I couldn't.
Thank you!
I have created some UserParamenters for a system than returns a "Healthy" or other value for non healthy. This a Text/String.
I tried with no luck to create a Trigger that if the Text/String "Healthy" is found for more than N times or N seconds, trigger an alarm.
The best I could was
.status.regexp(healthy)#1
Wich trigger right away the value was changed.
I need to add to this Trigger a N times or N seconds from last "Healthy" result but I couldn't.
Thank you!