Hi,
I want to adjust health check on my varnish backends, But I dont know how can I
know they are healthy or not
because the nodes are up and running and even service is up but varnish does'nt
work for all requests (just third of them are responding till I restart it (It
happens sometimes)).
How can I check this?
```
backend server1 {
.host = "server1.example.com";
.probe = {
.request =
"HEAD / HTTP/1.1"
"Connection: close"
"User-Agent: Varnish Health Probe";
.timeout = 1s;
.interval = 5s;
.window = 5;
.threshold = 3;
}
}
```
_______________________________________________
varnish-misc mailing list
[email protected]
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc