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


<<attachment: Kornexl,_Anton.vcf>>

_______________________________________________
varnish-misc mailing list
[email protected]
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc

Reply via email to