update README

This commit is contained in:
Daniel Langbein 2023-10-08 15:48:17 +02:00
parent f38e918566
commit 1997e35ed3
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -157,7 +157,7 @@ ssh nas 'tail -n 1 /var/log/de-p1st-monitor/*'
1) Export and fetch data
```shell
ssh_target=rootnas
ssh_target=rootYodaNas
dst=~/de-p1st-monitor-"${ssh_target}"
files="${dst}".files
@ -178,9 +178,12 @@ cd "${dst}"
2) Install (Python) `graph-cli`
```shell
python -m venv ~/de-p1st-monitor.venv
source ~/de-p1st-monitor.venv/bin/activate
pip install graph-cli
# With a Python venv:
#python -m venv ~/de-p1st-monitor.venv
#source ~/de-p1st-monitor.venv/bin/activate
#pip install graph-cli
# With nix:
nix-shell -p graph-cli
```
3) Create plots