HTTP endpoints check
http — HTTP endpoints
HTTP probes with an expected status code, a maximum latency, and an expected body substring.
checkfleet check http --config checkfleet.yml
HTTP endpoint probes.
- Checks the response status against
expect_status(mismatch →BAD). WARNwhen the response is slower thanmax_latency_ms.BADwhenexpect_bodyis set and its substring is missing.- A network/transport error is
ERROR.
See Configuration → checks.http.
See the full module reference for every check, or configuration for the config keys.