From c28dc81da8148c83ce9bdc75d1ee5c49d6bc1b71 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Thu, 5 Oct 2023 17:00:14 +0200 Subject: [PATCH] refactor --- TODO.md | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/TODO.md b/TODO.md index e01bdd2..b9ec479 100644 --- a/TODO.md +++ b/TODO.md @@ -1,28 +1,9 @@ # TODOs -## ~~digitemp temperature logging~~ - -~~Done through generic sensor_script logger.~~ - ## Public IP address logging Logg the public IP address. Reuse `netcup-dns` Python functions. -## ~~Rewrite~~ - -* ~~easier configuration~~ -* ~~easier read/write from/to csv~~ -* ~~use classes & objects~~~~ - -* ~~create plots?~~ - -* ~~Don't send emit warning again, if during previous log a lower warning was emitted~~ - * ~~Example:~~ - * ~~log1: 30°C OK~~ - * ~~log2: 40°C Warning sent~~ - * ~~log3: 35°C Still above limit, but don't send warning again as value decreased~~ - * ~~log4: 37°C Send another warning: The value increased since last logging~~ - ## Use Grafana to visualize metrics One can use Prometheus + Grafana to collect and visualize server metrics.