nginx_upstream_check_module icon indicating copy to clipboard operation
nginx_upstream_check_module copied to clipboard

Improved report for each backend.

Open JonathanHuot opened this issue 7 years ago • 0 comments

Before this change upstream health check module reported statuses of all resolved backends ip addresses for the specified fqdn and rendered each backend into a one or more resolved ip addresses. In this change:

  • Change html and json to report cumulative status for each fqdn;
  • Fqdn specified backend considered to be up if all of the ip addresses are up;
  • Display only upstream name, fqdn and health status. Miss check type, risa and fail count and port fields;

JonathanHuot avatar Apr 03 '18 09:04 JonathanHuot