dashboard/lbcd-monitor
2021-10-26 12:36:59 -04:00
..
bitcoind-monitor.py lbcd monitor 2021-10-26 16:36:12 +00:00
Dockerfile lbcd monitor 2021-10-26 16:36:12 +00:00
monitor.py lbcd monitor 2021-10-26 16:36:12 +00:00
readme.md Update readme.md 2021-10-26 12:36:59 -04:00
requirements.txt lbcd monitor 2021-10-26 16:36:12 +00:00

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

docker stuff is unfinished. here's where i left off:

to build: docker build -t lbcd-monitor .