diff --git a/README.md b/README.md index b26ff33..7765363 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ rm -r "${dst}"/var "${files}" cd "${dst}" ``` -2) Install (python) `graph-cli` +2) Install (Python) `graph-cli` ```shell python -m venv ~/de-p1st-monitor.venv diff --git a/TODO.md b/TODO.md index 43093fa..d05ccf2 100644 --- a/TODO.md +++ b/TODO.md @@ -2,22 +2,22 @@ ## Public IP address -Logg the public IP address. Reuse `netcup-dns` python functions. +Logg the public IP address. Reuse `netcup-dns` Python functions. ## Rewrite -~~* easier configuration -~~* easier read/write from/to csv~~ -~~* use classes & objects~~~~ +* ~~easier configuration~~ +* ~~easier read/write from/to csv~~ +* ~~use classes & objects~~~~ -~~* create plots?~~ +* ~~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 +* ~~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