But Varnish does it for free out of the box ! Quick example from the documentation (https://www.varnish-cache.org/trac/wiki/BackendPolling) :
backend b0 { .host = "phk.freebsd.dk"; .probe = { .url = "/probe.cgi"; .timeout = 34 ms; .interval = 1s; .window = 10; .threshold = 8; } }
But Varnish does it for free out of the box ! Quick example from the documentation (https://www.varnish-cache.org/trac/wiki/BackendPolling) :
backend b0 { .host = "phk.freebsd.dk"; .probe = { .url = "/probe.cgi"; .timeout = 34 ms; .interval = 1s; .window = 10; .threshold = 8; } }