From d472825181e9c9b01f2fa9261cda9ca98c13f624 Mon Sep 17 00:00:00 2001 From: Ryan Uber Date: Mon, 27 Oct 2014 11:58:01 -0700 Subject: [PATCH] website: fix JSON in multiple checks documentation --- website/source/docs/agent/checks.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/agent/checks.html.markdown b/website/source/docs/agent/checks.html.markdown index 277a89c4bb..a5a4bdb566 100644 --- a/website/source/docs/agent/checks.html.markdown +++ b/website/source/docs/agent/checks.html.markdown @@ -98,13 +98,13 @@ key in your configuration file. "id": "chk1", "name": "mem", "script": "/bin/check_mem", - "interval": "5s", + "interval": "5s" }, { "id": "chk2", "name": "cpu", "script": "/bin/check_cpu", - "interval": "10s", + "interval": "10s" }, ... ]