-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
Description
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?
is it also possible to whitelist / blacklist certain backends only in/from the check?