From b2f8ef9f3284876305762b75fa629255af9b161d Mon Sep 17 00:00:00 2001 From: Daryl Date: Tue, 19 Jan 2016 22:50:27 -0500 Subject: [PATCH] Correcting count of checks I saw there were 5 checks listed - script, tcp, http, ttl, docker. --- website/source/docs/agent/checks.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/agent/checks.html.markdown b/website/source/docs/agent/checks.html.markdown index 73b00914ee..25362bb52e 100644 --- a/website/source/docs/agent/checks.html.markdown +++ b/website/source/docs/agent/checks.html.markdown @@ -15,7 +15,7 @@ service. If not associated with a service, the check monitors the health of the A check is defined in a configuration file or added at runtime over the HTTP interface. Checks created via the HTTP interface persist with that node. -There are four different kinds of checks: +There are five different kinds of checks: * Script + Interval - These checks depend on invoking an external application that performs the health check, exits with an appropriate exit code, and potentially