You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is old. I'd suggest you update to a newer version and try again.
That being said, it wouldn't surprise me if this was still a bug. [BODY].difference likely gets resolved to the numerical value 0 because the field difference doesn't exist.
Describe the bug
I monitor an endpoint and want to compare a value of a json response:
url: "http://10.2.200.232:8090/soc-difference"
method: "GET"
interval: "1m"
conditions:
If the endpoint returns something unexpected e. g.
{
"error": "One or both SOC values could not be retrieved"
}
then the endpoint indicator is green. Only if you hover over the endpoint then it is mentioned that there is an error.
What do you see?
A green endpoint although the endpoint has an error state.
What do you expect to see?
A red endpoint because the condition could not be resolved and the endpoint is not in an expected state.
List the steps that must be taken to reproduce this issue
Version
twinproduction/gatus:v3.3.3
Additional information
Thank you for your great work! :-)
The text was updated successfully, but these errors were encountered: