can I health check TWO endpoints (two servers) to define server as "up"?
-
can I health check TWO endpoints (two servers) to define server(service) as "up"?
OR can i check that server A responds 2xx - but route to Server B
(and let server A - check server B with some script)
unfortunatly i can not do any changes on server B, it's a black-box.
-
an attempt to better explaination
I have a scenario where I need to check that two different servers are up to consider service as up
If server A and server B is up - goto server B else goto server C
Is that doable?, if not - can I check server A as below;
If A is up go to server B
if A is down go server backup server C
(in this workaround scenario I will let server A check server B for me)server B is in both scenarios the endpoint for the user, but ALSO depending on A status
server B is a blackbox so I can’t do anything there.messy explaination - i hope somone understands it