From c78bd6db63aedf39b6d367b30f618890de8a1362 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 d5cc5b280..6886a6918 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" }