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
Since Vigil is a monitoring system, was not built to follow redirections, rather to poll for an HTTP status code at the URL provided, and perform direct matching of this status code.
In that case you'd need either to monitor for 302 as a valid code, or configure your Vigil to monitor the new URL.
When dealing with replica that has redirections:
In Vigil config:
The
http_body_healthy_match
will fall since the body are changed:That would be great if there's an option to follow directions.
The text was updated successfully, but these errors were encountered: