mirror of
https://codeberg.org/privacy1st/de-p1st-monitor
synced 2024-11-21 19:33:18 +01:00
update README
This commit is contained in:
parent
f38e918566
commit
1997e35ed3
11
README.md
11
README.md
@ -157,7 +157,7 @@ ssh nas 'tail -n 1 /var/log/de-p1st-monitor/*'
|
|||||||
1) Export and fetch data
|
1) Export and fetch data
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
ssh_target=rootnas
|
ssh_target=rootYodaNas
|
||||||
dst=~/de-p1st-monitor-"${ssh_target}"
|
dst=~/de-p1st-monitor-"${ssh_target}"
|
||||||
files="${dst}".files
|
files="${dst}".files
|
||||||
|
|
||||||
@ -178,9 +178,12 @@ cd "${dst}"
|
|||||||
2) Install (Python) `graph-cli`
|
2) Install (Python) `graph-cli`
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
python -m venv ~/de-p1st-monitor.venv
|
# With a Python venv:
|
||||||
source ~/de-p1st-monitor.venv/bin/activate
|
#python -m venv ~/de-p1st-monitor.venv
|
||||||
pip install graph-cli
|
#source ~/de-p1st-monitor.venv/bin/activate
|
||||||
|
#pip install graph-cli
|
||||||
|
# With nix:
|
||||||
|
nix-shell -p graph-cli
|
||||||
```
|
```
|
||||||
|
|
||||||
3) Create plots
|
3) Create plots
|
||||||
|
Loading…
Reference in New Issue
Block a user