From b4af7f44afeb88fae9eec59d8d578d03e01ec324 Mon Sep 17 00:00:00 2001 From: Diptanu Choudhury Date: Mon, 26 Oct 2015 15:28:13 -0700 Subject: [PATCH] Updated the comment for CheckType --- command/agent/check.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/command/agent/check.go b/command/agent/check.go index 5be4f7b180..7858243afe 100644 --- a/command/agent/check.go +++ b/command/agent/check.go @@ -35,10 +35,10 @@ const ( // CheckType is used to create either the CheckMonitor // or the CheckTTL. -// Four types are supported: Script, HTTP, TCP and TTL -// Script, HTTP and TCP all require Interval +// Five types are supported: Script, HTTP, TCP, Docker and TTL +// Script, HTTP, Docker and TCP all require Interval // Only one of the types needs to be provided -// TTL or Script/Interval or HTTP/Interval or TCP/Interval +// TTL or Script/Interval or HTTP/Interval or TCP/Interval or Docker/Interval type CheckType struct { Script string HTTP string