[6.0] 75cc65021 Make clear that the second field is actually 2

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Thu Jul 11 09:35:11 UTC 2019


commit 75cc650214954fd0d1d9f412e78669ce320176bc
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Thu Jan 17 12:02:49 2019 +0000

    Make clear that the second field is actually 2
    
    Addresses the doc part of #2872.

diff --git a/include/tbl/vsl_tags.h b/include/tbl/vsl_tags.h
index 698807b17..dc3a7a668 100644
--- a/include/tbl/vsl_tags.h
+++ b/include/tbl/vsl_tags.h
@@ -417,17 +417,18 @@ SLTM(Hash, SLT_F_UNSAFE, "Value added to hash",
 SLTM(Backend_health, 0, "Backend health check",
 	"The result of a backend health probe.\n\n"
 	"The format is::\n\n"
-	"\t%s %s %s %u %u %u %f %f %s\n"
-	"\t|  |  |  |  |  |  |  |  |\n"
-	"\t|  |  |  |  |  |  |  |  +- Probe HTTP response / error information\n"
-	"\t|  |  |  |  |  |  |  +---- Average response time\n"
-	"\t|  |  |  |  |  |  +------- Response time\n"
-	"\t|  |  |  |  |  +---------- Probe window size\n"
-	"\t|  |  |  |  +------------- Probe threshold level\n"
-	"\t|  |  |  +---------------- Number of good probes in window\n"
-	"\t|  |  +------------------- Probe window bits\n"
-	"\t|  +---------------------- Status message\n"
-	"\t+------------------------- Backend name\n"
+	"\t%s %s %s %s %u %u %u %f %f %s\n"
+	"\t|  |  |  |  |  |  |  |  |  |\n"
+	"\t|  |  |  |  |  |  |  |  |  +- Probe HTTP response / error information\n"
+	"\t|  |  |  |  |  |  |  |  +---- Average response time\n"
+	"\t|  |  |  |  |  |  |  +------- Response time\n"
+	"\t|  |  |  |  |  |  +---------- Probe window size\n"
+	"\t|  |  |  |  |  +------------- Probe threshold level\n"
+	"\t|  |  |  |  +---------------- Number of good probes in window\n"
+	"\t|  |  |  +------------------- Probe window bits\n"
+	"\t|  |  +---------------------- \"healthy\" or \"sick\"\n"
+	"\t|  +------------------------- \"Back\", \"Still\" or \"Went\"\n"
+	"\t+---------------------------- Backend name\n"
 	"\n"
 
 	"Probe window bits are::\n\n"


More information about the varnish-commit mailing list