From 3fc69654a58d9552548e2ca895d302693b0d894d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Fri, 5 Apr 2024 13:02:46 +0200 Subject: [PATCH] [docs] Remove the todolist from the readme --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index 2573204..e88108a 100644 --- a/README.md +++ b/README.md @@ -16,20 +16,6 @@ Internally, a HTTP API is exposed, and a job queue is used to distribute the che - **Python**: 3.11+ - **Backends**: SQLite (development), PostgreSQL 14+ (production) -## Todo: - -- [ ] 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] Use background tasks for alerting (#23) -- [X] Delete outdated tasks from config (#19, !25) -- [X] Implement alerting tasks (#15, 16, !13) -- [X] Handles multiple alerting backends (email, sms, gotify) (!13) -- [X] add an "unknown" severity for check errors (!17) -- [X] Add a command to generate new authentication token (#22) -- [ ] Add a way to specify the severity of the alerts in the config -- [ ] Allow passing a dict to check -- [ ] A configuration flag can automatically add a check of 301 redirection from HTTP to HTTPS - ## License Copyright © 2023 Alexis Métaireau, Framasoft