docs: mark TODOs as solved

This commit is contained in:
Daniel Langbein 2023-06-21 19:48:51 +02:00
parent ea58c3d816
commit ce027d2a85
2 changed files with 12 additions and 12 deletions

View File

@ -183,7 +183,7 @@ rm -r "${dst}"/var "${files}"
cd "${dst}" cd "${dst}"
``` ```
2) Install (python) `graph-cli` 2) Install (Python) `graph-cli`
```shell ```shell
python -m venv ~/de-p1st-monitor.venv python -m venv ~/de-p1st-monitor.venv

22
TODO.md
View File

@ -2,22 +2,22 @@
## Public IP address ## Public IP address
Logg the public IP address. Reuse `netcup-dns` python functions. Logg the public IP address. Reuse `netcup-dns` Python functions.
## Rewrite ## Rewrite
~~* easier configuration * ~~easier configuration~~
~~* easier read/write from/to csv~~ * ~~easier read/write from/to csv~~
~~* use classes & objects~~~~ * ~~use classes & objects~~~~
~~* create plots?~~ * ~~create plots?~~
* Don't send emit warning again, if during previous log a lower warning was emitted * ~~Don't send emit warning again, if during previous log a lower warning was emitted~~
* Example: * ~~Example:~~
* log1: 30°C OK * ~~log1: 30°C OK~~
* log2: 40°C Warning sent * ~~log2: 40°C Warning sent~~
* log3: 35°C Still above limit, but don't send warning again as value decreased * ~~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 * ~~log4: 37°C Send another warning: The value increased since last logging~~
## Use Grafana to visualize metrics ## Use Grafana to visualize metrics