From 29b02fd164963b56f0699a5051badec07032d1b3 Mon Sep 17 00:00:00 2001 From: Matej Kramny Date: Thu, 19 May 2016 19:41:19 +0100 Subject: [PATCH] Update example JSON --- example.config.json | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/example.config.json b/example.config.json index 81b2c5a..8b663cf 100644 --- a/example.config.json +++ b/example.config.json @@ -1,17 +1,16 @@ { "api_url": "https://demo.cachethq.io/api/v1", "api_token": "9yMHsdioQosnyVK4iCVR", - "interval": 5, + "insecure_api": true, "monitors": [ { - "name": "nodegear frontend", - "url": "https://nodegear.io/ping", - "metric_id": 1, + "name": "google", + "url": "https://google.com", "threshold": 80, - "component_id": null, + "component_id": 1, + "interval": 10, "expected_status_code": 200, "strict_tls": true } - ], - "insecure_api": false -} + ] +} \ No newline at end of file