mirror of
https://codeberg.org/privacy1st/de-p1st-monitor
synced 2024-11-21 19:33:18 +01:00
docs: mark TODOs as solved
This commit is contained in:
parent
ea58c3d816
commit
ce027d2a85
@ -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
|
||||
|
22
TODO.md
22
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user