This commit is contained in:
2026-03-06 21:19:51 +08:00
parent eaa9ce1ace
commit 61a021093c
3 changed files with 29 additions and 1 deletions

14
README.md Normal file
View File

@@ -0,0 +1,14 @@
```bash
mkdir -p ./v/grafana
sudo ufw allow in on br-monitor
sudo ufw allow out on br-monitor
autossh -M 20002 -N \
-L 127.0.0.1:3000:127.0.0.1:3000 \
-L 127.0.0.1:6060:127.0.0.1:6060 \
-R 10.0.10.1:6379:127.0.0.1:6379 \
gcp-tunnel
curl 'http://localhost:6060/api/v1/metrics?service=redis&t0=0&t1=1798732800' | jq
```