Make clear that the second field is actually 2

Addresses the doc part of #2872.
parent 943a0cf8
......@@ -413,17 +413,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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment