I have a multi node cluster with a F5 Loadbalancer providing a vip and balancing requests across the cluster, as part of the F5 config a healthcheck is required to validate each node is alive and ready to take requests.
Is there any light weight healthcheck urls ats provides for this? I found an internal url test url using a remap mappping to http://{test} but the response is about 63KB. Im currently using /stat/proxy.node.proxy_running and matching on response proxy.node.proxy_running=1, is this the best practise?
