mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
Consul allows specifying the HTTP body to send in a health check. Nomad uses Consul for health checking so this just plumbs the value through to where the Consul API is called. There is no validation that `body` is not used with an incompatible check method like GET.