Description
Hi! Your leader health check handle has changed in v3:
POST /v1/leaderHealthCheck --> GET /v1/server/leaderHealthCheck
The documentation (https://pmm-doc.onrender.com/3/install-pmm/HA.html#step-7-set-up-haproxy) still uses the old path. Please correct it.
Now:
http-check send meth POST uri /v1/leaderHealthCheck ver HTTP/1.1 hdr Host www
Need:
http-check send meth GET uri /v1/server/leaderHealthCheck ver HTTP/1.1 hdr Host www
Suggested solution
No response
Additional context
No response
Code of Conduct