Hello!
On Fri, Jul 4, 2014 at 11:10 AM, Patrick Kane wrote:
> We'd like our health checks to look at the content returned by the request,
> not just the HTTP status. Are there an existing patches to add this
> functionality to healthcheck.lua?
Not any that I am aware of :)
> If not, I'll put something together.
>
Patches welcome! We could add an option in the UI for that.
The implementation should be easy, just need to take into account
response bodies either in the chunked encoding or with an explicit
total length in the Content-Length response header ;)
Best regards,
-agentzh