Merge pull request #1631 from Cinderhaze/master

Correcting count of checks
This commit is contained in:
James Phillips 2016-01-19 19:56:58 -08:00
commit e7f4bd8a39
1 changed files with 1 additions and 1 deletions

View File

@ -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 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. 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 * Script + Interval - These checks depend on invoking an external application
that performs the health check, exits with an appropriate exit code, and potentially that performs the health check, exits with an appropriate exit code, and potentially