pperzyna / bobcat_exporter

This is the Prometheus exporter for Bobcat Miner
https://pperzyna.com
Apache License 2.0
3 stars 3 forks source link
helium-network prometheus-exporter

Bobcat Miner 300 Exporter

Prometheus exporter for Bobcat Miner 300 - the Helium Miner.

It uses statistics from following endpoints:

Quick Start

This package is available as container:

  1. Run Bobcat Exporter, where http://XXXXXXX is your Bobcat Miner address.
docker run -e BOBCAT_EXPORTER_MINER_URI="http://XXXXXXX" ghcr.io/pperzyna/bobcat_exporter

Flags

Environment Variables

The following environment variables configure the exporter:

Settings set by environment variables starting with BOBCAT_ will be overwritten by the corresponding CLI flag if given.

Development

The default way to build is:

go get github.com/pperzyna/bobcat_exporter
cd ${GOPATH-$HOME/go}/src/github.com/pperzyna/bobcat_exporter/
go build -o bobcat_exporter
export BOBCAT_EXPORTER_MINER_URI="http://localhost"
./bobcat_exporter <flags>

See CONTRIBUTING