is there a way to aggregate all backends into one status judging based on their statuses?
eg: i have 5 backends, and if 3 out of 5 are down than i want to report a single state as down. Same if 1 is down and 4 are up and status shows UP for the backend.
I do not want to disable (but if that is possible please let me know) but show Error or DOWN state when the amount is lower than a certain number as you say.
As stated i want to aggregate my back end statuses and not remove them. Meaning to report a single status of them:
eg: I have 5 backend nodes. If 3 of those nodes are down i want to report on the stats that all my backend is down. So i want to combine my backend statuses based on the http check i am doing into a single one.