zhouchangxun/ngx_healthcheck_module

Body/content check

draskolnikova opened this issue · 3 comments

Hello!

This module very great, however, some end point can't be check only with http_2xx or http_3xx. I hope you can make any enhancements to check body contents like https://docs.nginx.com/nginx/admin-guide/load-balancer/http-health-check/.

It's very useful to track endpoint that return 200 but the contents was invalid.

@draskolnikova Thank you for your suggestion. Recently I will consider supporting this feature. When I finished, I will tell you.

@zhouchangxun nice, many thanks

@draskolnikova hi, guys! a good news:
now we can cupport body check: #30

you can write a regex to match the response content from backend servers.