From 7386c49fd65c888ba258f66310e87fee351dc9eb Mon Sep 17 00:00:00 2001 From: Bob Potter Date: Thu, 5 Mar 2015 17:38:28 -0800 Subject: [PATCH] website: default health check is 'serfHealth' --- website/source/docs/agent/http/session.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/agent/http/session.html.markdown b/website/source/docs/agent/http/session.html.markdown index 655c457930..0943f15745 100644 --- a/website/source/docs/agent/http/session.html.markdown +++ b/website/source/docs/agent/http/session.html.markdown @@ -56,7 +56,7 @@ the agent's own node name is used. `Name` can be used to provide a human-readable name for the Session. `Checks` is used to provide a list of associated health checks. It is highly recommended -that, if you override this list, you include the default "serfHealthCheck". +that, if you override this list, you include the default "serfHealth". `Behavior` can be set to either `release` or `delete`. This controls the behavior when a session is invalidated. By default, this is `release`,