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/telegraf
Julien Riou 21754f74d9
[telegraf] Remove duplicate in Flexpool collector
Signed-off-by: Julien Riou <julien@riou.xyz>
2021-03-28 08:10:01 +02:00
..
hiveos Add farm and worker names to HiveOS configuration 2021-02-13 09:34:35 +01:00
currencies.conf Initial commit 2021-01-31 09:43:54 +01:00
flexpool-miner.conf [telegraf] Add pool statistics for Flexpool 2021-03-26 08:12:08 +01:00
flexpool-pool.conf [telegraf] Remove duplicate in Flexpool collector 2021-03-28 08:10:01 +02:00
README.md Add HiveOS Telegraf configuration 2021-02-12 17:58:40 +01:00

Telegraf inputs

Ensure to replace MINER_ADDRESS with your Ethereum wallet address.

HiveOS API

Create token

On your account page, go to Authentication Tokens, search for Personal Tokens and create one for telegraf:

hiveos personal tokens

Enter your 2FA code if needed:

hiveos two factor auth

Clic on Show:

hiveos token show

And add this value to the HIVEOS_TOKEN environment variable (see Quickstart section in the README).

Create Telegraf configuration

cd hiveos
sudo apt install python3-virtualenv
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
read -s HIVEOS_TOKEN
export HIVEOS_TOKEN
python3 generate.py --verbose
unset HIVEOS_TOKEN
mv hiveos.conf ../