I check if site is up via 5 nodes, and each node makes 3 tries of HTTP requests with 10 secs timeout.
So, 5 nodes. 3 tries. 10 seconds timeout.
But I've just found out that it's way too small. So I'm going to change the timeout to 30 seconds.
But maybe I'm wrong again, so what would you recommend as a proper timeout?
HTTP requests are done with curl.