📝 — Update TODO on the README (fix #32)

This commit is contained in:
Luc Didry 2024-03-27 16:45:31 +01:00
parent cba675bcad
commit b2e97138b3
No known key found for this signature in database
GPG key ID: EA868E12D0257E3C

View file

@ -20,12 +20,12 @@ Internally, a HTTP API is exposed, and a job queue is used to distribute the che
- [ ] Do not return empty list on / when no results from agents. (!17) - [ ] Do not return empty list on / when no results from agents. (!17)
- [X] donner un aperçu rapide de létat de la supervision. - [X] donner un aperçu rapide de létat de la supervision.
- [ ] Use background tasks for alerting (#23) - [X] Use background tasks for alerting (#23)
- [ ] Delete outdated tasks from config (#19, !25) - [X] Delete outdated tasks from config (#19, !25)
- [X] Implement alerting tasks (#15, 16, !13) - [X] Implement alerting tasks (#15, 16, !13)
- [X] Handles multiple alerting backends (email, sms, gotify) (!13) - [X] Handles multiple alerting backends (email, sms, gotify) (!13)
- [ ] add an "unknown" severity for check errors (!17) - [X] add an "unknown" severity for check errors (!17)
- [ ] Add a command to generate new authentication token (#22) - [X] Add a command to generate new authentication token (#22)
- [ ] Add a way to specify the severity of the alerts in the config - [ ] Add a way to specify the severity of the alerts in the config
- [ ] Allow passing a dict to check - [ ] Allow passing a dict to check
- [ ] A configuration flag can automatically add a check of 301 redirection from HTTP to HTTPS - [ ] A configuration flag can automatically add a check of 301 redirection from HTTP to HTTPS