Browse Source

website: fix JSON in multiple checks documentation

pull/433/head
Ryan Uber 10 years ago
parent
commit
d472825181
  1. 4
      website/source/docs/agent/checks.html.markdown

4
website/source/docs/agent/checks.html.markdown

@ -98,13 +98,13 @@ key in your configuration file.
"id": "chk1", "id": "chk1",
"name": "mem", "name": "mem",
"script": "/bin/check_mem", "script": "/bin/check_mem",
"interval": "5s", "interval": "5s"
}, },
{ {
"id": "chk2", "id": "chk2",
"name": "cpu", "name": "cpu",
"script": "/bin/check_cpu", "script": "/bin/check_cpu",
"interval": "10s", "interval": "10s"
}, },
... ...
] ]

Loading…
Cancel
Save