Backend-health checks
Anton Kornexl
Anton.Kornexl at Uni-Passau.De
Thu Feb 6 14:46:48 CET 2014
Hello,
running varnish-3.0.5 revision 1a89b1f on Ubuntu 12.04
I have an health-check defined with the following definition
backend localhost_1 {
.host = "127.0.0.1";
.port = "8080";
.first_byte_timeout = 300s;
.probe = {
.url = "/varnish-health-check.html";
.interval = 50s;
.timeout = 1 s;
.window = 5;
.threshold = 3;
}
}
in varnishstat after one day:
VBE.localhost_1(127.0.0.1,,8080).happy18446743798697425919 . Happy health probes
The check reaches the Webserver every 50 seconds.
The reported probes 18446743798697425919 in varnishstat are impossible for one day
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Kornexl, Anton.vcf
Type: application/octet-stream
Size: 244 bytes
Desc: not available
URL: <https://www.varnish-cache.org/lists/pipermail/varnish-misc/attachments/20140206/62053e11/attachment.obj>
More information about the varnish-misc
mailing list