update readme

This commit is contained in:
Soulou
2015-08-23 20:01:41 +02:00
parent 76b897eb05
commit e4a586b92a

View File

@@ -9,7 +9,7 @@ Features
-------- --------
- [x] Creates & Resolves Incidents - [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 Partial Outage
- [x] Updates Component to Major Outage if in Partial Outage - [x] Updates Component to Major Outage if in Partial Outage
- [x] Can be run on multiple servers and geo regions - [x] Can be run on multiple servers and geo regions
@@ -43,7 +43,8 @@ Configuration
"threshold": 80, "threshold": 80,
"component_id": null, "component_id": null,
"expected_status_code": 200, "expected_status_code": 200,
"strict_tls": true "strict_tls": true,
"interval": 5
} }
], ],
"insecure_api": false "insecure_api": false
@@ -58,6 +59,7 @@ Configuration
- `component_id` is optional - `component_id` is optional
- `threshold` is a percentage - `threshold` is a percentage
- `expected_status_code` is a http response code - `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` - GET request will be performed on the `url`
How to run How to run