Re: Using same health check result for multiple backends

2011-12-21 Thread Holger Just
Damien,

you can use the track keyword on the server line to define which server
to, well, track. Find an example below:

backend foo
  server foo1 1.2.3.4 check

backend bar
  server bar1 1.2.3.4 track foo/foo1

--Holger

On 2011-12-21 12:28, Damien Churchill wrote:
> Hi there,
> 
> Apologies if this has been asked before but I'm unable to find
> anything on the matter. I'm load balancing a cluster of mail access
> nodes (HTTP/IMAP/POP3/SMTP) and setup a health check php page that the
> tcp protocols could use as well, however this means hitting the health
> page for each of the setup backends. I was wondering if it's possible
> to use the same health check result for multiple backends?
> 
> Thanks in advance!
> 
> Damien
> 




Using same health check result for multiple backends

2011-12-21 Thread Damien Churchill
Hi there,

Apologies if this has been asked before but I'm unable to find
anything on the matter. I'm load balancing a cluster of mail access
nodes (HTTP/IMAP/POP3/SMTP) and setup a health check php page that the
tcp protocols could use as well, however this means hitting the health
page for each of the setup backends. I was wondering if it's possible
to use the same health check result for multiple backends?

Thanks in advance!

Damien