This commit is contained in:
Daniel Langbein 2023-10-05 17:00:14 +02:00
parent b2de44b26f
commit c28dc81da8
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

19
TODO.md
View File

@ -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.