checkfleet

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).
  • WARN when the response is slower than max_latency_ms.
  • BAD when expect_body is 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.