From e4a586b92af6125e1979dd02a79899a69209cae8 Mon Sep 17 00:00:00 2001 From: Soulou Date: Sun, 23 Aug 2015 20:01:41 +0200 Subject: [PATCH] update readme --- readme.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 7512674..93acd97 100644 --- a/readme.md +++ b/readme.md @@ -9,7 +9,7 @@ Features -------- - [x] Creates & Resolves Incidents -- [x] Posts monitor lag every second +- [x] Posts monitor lag (interval configurable) - [x] Updates Component to Partial Outage - [x] Updates Component to Major Outage if in Partial Outage - [x] Can be run on multiple servers and geo regions @@ -43,7 +43,8 @@ Configuration "threshold": 80, "component_id": null, "expected_status_code": 200, - "strict_tls": true + "strict_tls": true, + "interval": 5 } ], "insecure_api": false @@ -58,6 +59,7 @@ Configuration - `component_id` is optional - `threshold` is a percentage - `expected_status_code` is a http response code +- `interval` is the duration in seconds between two checks. - GET request will be performed on the `url` How to run