website: fix JSON in multiple checks documentation

This commit is contained in:
Ryan Uber 2014-10-27 11:58:01 -07:00
parent f03bbb8daa
commit d472825181
1 changed files with 2 additions and 2 deletions

View File

@ -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"
},
...
]