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 😊