Skip to main content

HttpHealthCheckStrategy

A HealthCheckStrategy used to check health by pinging a url. Internally it uses the NestJS HttpHealthIndicator.

Example

Ts
Signature

constructor

method(options: HttpHealthCheckOptions) => HttpHealthCheckStrategy

init

method(injector: Injector) =>

getHealthIndicator

method() => HealthIndicatorFunction
Was this chapter helpful?
Report Issue
Edited Feb 25, 2026ยทEdit this page