mirror of
https://framagit.org/framasoft/framaspace/argos.git
synced 2025-04-28 18:02:41 +02:00
Update implemented features
This commit is contained in:
parent
fa092ad75b
commit
f038a37022
1 changed files with 4 additions and 4 deletions
|
@ -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 ;
|
||||
|
||||
|
|
Loading…
Reference in a new issue