Is there a reference document for lslb? I went to support-documentation and it seems there is only docs for lsws, not lslb. Also the wiki doesn't have much info either.
Right now specifically, I would like to know how the ping URL functions. Here is the situation:
We have nginx running on port 80 connecting to a python application that runs on port 5015. We had a situation where nginx was up and responding on port 80, but the backend python application was down. The load balancer didn't detect this and take server 1 out of the rotation presumably because nginx was up and responding even though it was throwing a bad gateway error.
So, I presume I need to put a ping url in that checks the python application directly (though then this would not detect and nginx outage would it?)
Its also confusing because while there are two workers in the group, there is only one ping url, so how does it know which server is down?
Right now specifically, I would like to know how the ping URL functions. Here is the situation:
We have nginx running on port 80 connecting to a python application that runs on port 5015. We had a situation where nginx was up and responding on port 80, but the backend python application was down. The load balancer didn't detect this and take server 1 out of the rotation presumably because nginx was up and responding even though it was throwing a bad gateway error.
So, I presume I need to put a ping url in that checks the python application directly (though then this would not detect and nginx outage would it?)
Its also confusing because while there are two workers in the group, there is only one ping url, so how does it know which server is down?