Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 420 Bytes

health-check.md

File metadata and controls

10 lines (6 loc) · 420 Bytes
description
The VerneMQ health checker

Health Checker

A simple way to gauge the health of a VerneMQ cluster is to query the /health path on the HTTP listener.

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.