On Thu, Sep 24, 2020 at 4:06 PM ivanmarcus <[email protected]> wrote:
> I cannot comment directly because I've never used the facility myself, > however the discussion around implementing this feature is extensive and > may give you an insight as to whether it suits your use-case?: > > https://issues.apache.org/jira/browse/GUACAMOLE-102 > > On 25/09/2020 5:12 a.m., scutting wrote: > > Hello, > > I have a guacamole server running on a Centos 7 box and have several RDP > connections setup in load balancing groups. I am not sure if the settings > are correct, but if the first machine in the list is down, Guacamole will > not proceed past it to attempt the next one. Is there a setting in the load > balancing configuration that I need in order for Guacamole to know that a > remote host is down and have it automatically proceed to the next one? > > Guacamole Client itself does not do anything "health checks" on the servers in a balancing group, and thus has no way of knowing that a particular system is down. If you want that sort of functionality you would need to implement something that performs those health checks and then updates the weight for a particular connection to a value that de-prioritizes or disables that connection. -Nick
