From 8b996a0774ca57b0f2c70ed12f68ca1c3e9dabaa Mon Sep 17 00:00:00 2001 From: Alex Grin Date: Tue, 26 Oct 2021 12:36:59 -0400 Subject: [PATCH] Update readme.md --- lbcd-monitor/readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lbcd-monitor/readme.md b/lbcd-monitor/readme.md index e7f6ed0..d936dcb 100644 --- a/lbcd-monitor/readme.md +++ b/lbcd-monitor/readme.md @@ -1,8 +1,9 @@ run with: +``` pip3 install prometheus_client LBCCTL_PATH=/home/ubuntu/lbcd/lbcctl PROMETHEUS_PORT=2114 python3.7 monitor.py & - +``` everything else is WIP and copied from https://github.com/jvstein/bitcoin-prometheus-exporter