This program is supposed to trigger a script when a fail over from an LB hits it.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
admin d2be07dc12 added a readme 7 月之前
test.local initial commit 7 月之前
README.md added a readme 7 月之前
main initial commit 7 月之前
main.d initial commit 7 月之前
main.o initial commit 7 月之前

README.md

This is supposed to accept connections from a Load Balancer fail over, and trigger a script based on getting a connection.

So if your LB is sends traffic from http://test.local to serverA and serverA goes down, and this is listed as the failover, When it receives a connection trying to reach http://test.local, it will run the script in the path /test.local/run.sh This run.sh script should contain the commands needed to restart the webserver on serverA, to get it back up.