> For the complete documentation index, see [llms.txt](https://docs.vernemq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vernemq.com/1.9.0/monitoring/health-check.md).

# Health Checker

A simple way to gauge the health of a VerneMQ cluster is to query the `/health` path on the [HTTP listener](/1.9.0/configuration/http-listeners.md).

The health check will return **200** when VerneMQ is accepting connections and is joined with the cluster (for clustered setups). **503** will be returned in case any of those two conditions are not met.
