[master] f7361a8 doc .initial https://github.com/varnish/Varnish-Cache/pull/14

Per Buer perbu at varnish-cache.org
Wed Jun 12 15:11:58 CEST 2013


commit f7361a851cd9ae650c0efed6e143fb7391d958fd
Author: Per Buer <perbu at varnish-software.com>
Date:   Wed Jun 12 15:07:42 2013 +0200

    doc .initial
    https://github.com/varnish/Varnish-Cache/pull/14

diff --git a/doc/sphinx/reference/vcl.rst b/doc/sphinx/reference/vcl.rst
index 01a52ad..ab63679 100644
--- a/doc/sphinx/reference/vcl.rst
+++ b/doc/sphinx/reference/vcl.rst
@@ -197,9 +197,12 @@ Probes take the following parameters:
   How many of the latest polls we examine to determine backend health.
   Defaults to 8.
 .threshold 
-  How many of the polls in .window must have succeeded for us to consider
-  the backend healthy.
-  Defaults to 3.
+  How many of the polls in .window must have succeeded for us to
+  consider the backend healthy. If this is set to more than or equal
+  to the threshold, the backend starts as healthy. Defaults to the
+  value of threshold - 1. In this case, the backend starts as sick and
+  requires one poll to pass to become healthy.
+  Defaults to threshold - 1.
 .initial
   How many of the polls in .window are considered good when Varnish
   starts. Defaults to the value of threshold - 1. In this case, the



More information about the varnish-commit mailing list