Problem with Backend Health Polling
Christian Klinger
cklinger at novareto.de
Thu Nov 20 14:34:54 CET 2008
Hello Varnish,
i try to work with loadbalancing and health checking.
This is a part of my vcl file:
If i start without the .porbe part all works fine.
director cluster round-robin {
{ .backend = {.host = "10.10.60.192";
.port = "8080";
.probe = { .url = "/test.html";
.timeout = 5000 ms;
.interval = 2s;
.window=10;
.threshold = 8; }
}
}
If i start with this config i see this in varnishlog:
0 Backend_health - cluster Still sick 4--X-S--- 0 4 5 0.000000 0.000000
On the Web-Server i see this in the access log:
10.10.60.196 - Anonymous [20/Nov/2008:13:55:33 +0200] "GET /test.html
HTTP/1.1" 200 228 "" ""
and a wget to 10.10.60.192:8080/test.html works without any porblems.
Maybe someone has an idea for me.
Thanks in advance
Christian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.varnish-cache.org/lists/pipermail/varnish-dev/attachments/20081120/fcfa99e6/attachment-0002.html>
More information about the varnish-dev
mailing list