Update example JSON

This commit is contained in:
Matej Kramny
2016-05-19 19:41:19 +01:00
parent 5c4f0c2e69
commit 29b02fd164

View File

@@ -1,17 +1,16 @@
{ {
"api_url": "https://demo.cachethq.io/api/v1", "api_url": "https://demo.cachethq.io/api/v1",
"api_token": "9yMHsdioQosnyVK4iCVR", "api_token": "9yMHsdioQosnyVK4iCVR",
"interval": 5, "insecure_api": true,
"monitors": [ "monitors": [
{ {
"name": "nodegear frontend", "name": "google",
"url": "https://nodegear.io/ping", "url": "https://google.com",
"metric_id": 1,
"threshold": 80, "threshold": 80,
"component_id": null, "component_id": 1,
"interval": 10,
"expected_status_code": 200, "expected_status_code": 200,
"strict_tls": true "strict_tls": true
} }
], ]
"insecure_api": false }
}