diff --git a/README.md b/README.md index 034f0ef..b4cfd3c 100644 --- a/README.md +++ b/README.md @@ -9,17 +9,17 @@ Features : - [x] Uses `.yaml` files for configuration ; - [x] Read the configuration file and convert it to tasks ; - [x] Store tasks in a database ; -- [ ] Checks can be distributed on the network thanks to a job queue ; - [x] Multiple paths per websites can be tested ; -- [ ] Handles multiple alerting backends (email, sms, gotify) ; +- [x] Handle jobs failures on the clients - [x] Exposes an HTTP API that can be consumed by other systems ; +- [ ] Handles multiple alerting backends (email, sms, gotify) ; - [ ] Exposes a simple read-only website. - [ ] Packaging (and argos-client / argos-server commands) -- [ ] Handle jobs failures on the clients +- [ ] Checks can be distributed on the network thanks to a job queue ; Implemented checks : -- [ ] Returned status code matches what you expect ; +- [x] Returned status code matches what you expect ; - [ ] Returned body matches what you expect ; - [ ] SSL certificate expires in more than X days ;