For those who are interested, here is an article on HAProxy and Websockets. (it includes the health check as well)
cheers On Tue, Nov 6, 2012 at 2:06 PM, Vladimir Dronnikov <[email protected]> wrote: > Works like a charm, thank you! > > > On Tue, Nov 6, 2012 at 4:36 PM, Baptiste <[email protected]> wrote: >> >> Hi, >> >> I don't know if that was you who also asked on the IRC channel, but >> here is how you could try to do with the httpchk option: >> option httpchk GET / HTTP/1.1\r\nConnection:\ upgrade\r\nUpgrade:\ >> websocket >> http-check expect rstatus 10[01] >> >> cheers >> >> >> On Tue, Nov 6, 2012 at 11:28 AM, Vladimir Dronnikov <[email protected]> >> wrote: >> > Hi! >> > >> > Wonder if there are plans to implement the subj to check WebSocket >> > servers >> > availability? >> > >> > TIA, >> > --Vladimir > >

