From ee834837b2e4c68548ce482523eb2de813a80ff9 Mon Sep 17 00:00:00 2001 From: darron froese Date: Fri, 26 Dec 2014 21:51:48 -0800 Subject: [PATCH] It's not key - it's service. It's right in the description, but the example seems to be wrong. --- website/source/docs/agent/watches.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/agent/watches.html.markdown b/website/source/docs/agent/watches.html.markdown index 261eef08d..acf041921 100644 --- a/website/source/docs/agent/watches.html.markdown +++ b/website/source/docs/agent/watches.html.markdown @@ -227,7 +227,7 @@ Here is an example configuration: ```javascript { "type": "service", - "key": "redis", + "service": "redis", "handler": "/usr/bin/my-service-handler.sh" } ```