Hello Kurtis, On Thu, Oct 26, 2023 at 12:20:17PM +1000, Kurtis Miller wrote: > https://www.haproxy.com/documentation/haproxy-configuration-manual/latest/#5.2-track > > Please add the following examples: > > backend A > server a1 1.1.1.1:80 track B/b1 > server a2 1.1.1.2:80 track B/b1 > > backend B > server b1 2.2.2.2:80 check > > this will help customers to better understand how the track function works.
I think that's a good idea. Could you please send us a patch for this ? It will require you to clone the repository and make a patch. Please have a look at the CONTRIBUTING file for instructions and guidance. This will help you contribute other changes more easily in the future. Thanks! Willy