Re: server check inter and timeout check relation

2022-03-14 Thread Artur
Le 14/03/2022 à 11:40, Christopher Faulet a écrit : Le 3/14/22 à 10:53, Artur a écrit : Hello, I'd like to know how checks behaves depending on the "inter" and "timeout check" settings. Let's try this simplified setup : backend back    mode tcp    timeout check 5s    server s1 1.2.3.4:80

Re: server check inter and timeout check relation

2022-03-14 Thread Christopher Faulet
Le 3/14/22 à 10:53, Artur a écrit : Hello, I'd like to know how checks behaves depending on the "inter" and "timeout check" settings. Let's try this simplified setup : backend back  mode tcp  timeout check 5s  server s1 1.2.3.4:80 check inter 2s  server s2 1.2.3.5:80 check inter 2s

server check inter and timeout check relation

2022-03-14 Thread Artur
Hello, I'd like to know how checks behaves depending on the "inter" and "timeout check" settings. Let's try this simplified setup : backend back  mode tcp  timeout check 5s  server s1 1.2.3.4:80 check inter 2s  server s2 1.2.3.5:80 check inter 2s "inter 2s" is the default setup. We should