Welcome! Log In Create A New Profile

Advanced

Re: HealthCheck in Baseconfiguration

April 18, 2013 04:44AM
On Apr 18, 2013, at 12:37 PM, "HajoLOcke" <nginx-forum@nginx.us> wrote:

> Hello,
>
> i use nginx 1.0.12 and 1.2.4
> I know there is a special healthcheckmodule. But i want to know if nginx ist
> doing a kind of healtcheck in its basic Configuration without the special
> HttpHealthcheckModule. Is nginx able to check and/or weight his backend in a
> simple base Configuration?

There has been always a mechanism to check backend state in nginx load balancing code.

However, that's not an "out-of-band" health checking, as you pointed out. It's more like an integrated or "in-band" synchronous check.

Rationale for that is that nginx was developed and mostly used across high load environments, so an asynchronous health check running every few minutes doesn't really help when you've got thousands requests per second per backend.

We always check if a particular request has failed, and you've got means to configure the restoration logic.

http://nginx.org/en/docs/http/ngx_http_upstream_module.html#server

> Thanks,
> Hajo
>
> Posted at Nginx Forum: http://forum.nginx.org/read.php?2,238450,238450#msg-238450
>
> _______________________________________________
> nginx mailing list
> nginx@nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
>

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

HealthCheck in Baseconfiguration

HajoLOcke April 18, 2013 04:37AM

Re: HealthCheck in Baseconfiguration

nginxorg April 18, 2013 04:44AM

Re: HealthCheck in Baseconfiguration

HajoLOcke April 18, 2013 05:39AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 201
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready