1
0
Fork 0
This repository has been archived on 2024-12-18. You can view files and clone it, but cannot push or open issues or pull requests.
mining-dashboards/README.md
Julien Riou df7141504e
Auto create InfluxDB database and users
Signed-off-by: Julien Riou <julien@riou.xyz>
2021-02-02 12:38:47 +01:00

1.1 KiB

Mining dashboards

Grafana dashboards for cryptocurrency miners.

Requirements

Dashboards rely on the following softwares:

  • Telegraf to gather metrics (input) and write to a datastore (output)
  • InfluxDB to store metrics on the long-term
  • Grafana to visualize metrics

This stack is also known as the TIG stack.

Quickstart

The easiest way to test is to use Docker. Ensure you have docker and docker-compose binary installed.

Write your miner address, grafana and influxdb credentials:

vi docker/environment

Then start containers:

docker-compose up -d

Going further

You should secure InfluxDB by using encryption for communication. The stack doesn't require Docker.

Disclaimer

Telegraf is able to make API call on thrid-party services. Please read terms of service before going further. The repository owner cannot be responsible of any abuse.