Hi,
the script works fine to monitor that all servers behind a backend are UP. but what if i want only to check that AT LEAST one server is UP?
HAproxy provides already this check, since the backend status is UP if at least on of the server in its group is UP, and becomes DOWN if this is not the case.
How can this perl script be adapted / configured to achieve this check?