From 5560d2700ba6beec5db42c567df4bdc5a7543392 Mon Sep 17 00:00:00 2001 From: Theo Hultberg Date: Sat, 11 Oct 2014 17:04:52 +0200 Subject: [PATCH] Fix mistake in the watches documentation --- 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 d5cc5b2803..6886a6918f 100644 --- a/website/source/docs/agent/watches.html.markdown +++ b/website/source/docs/agent/watches.html.markdown @@ -213,7 +213,7 @@ Here is an example configuration: { "type": "service", - "key": "redis", + "service": "redis", "handler": "/usr/bin/my-service-handler.sh" }