Julien Riou
51374e9a92
- Update Telegraf to 1.19.2 - Use Flexpool API v2 - Update Flexpool miner, pool and worker dashboards accordingly - Add COIN environment variable for Telegraf ("eth" or "xch" supported) - Add coin variable in Grafana dashboards BREAKING CHANGE: measurement names change between API v1 and v2 so the Grafana dashboards must be updated accordingly to use new names. Values in the past will not be shown by the updated dashboards. Signed-off-by: Julien Riou <julien@riou.xyz> |
||
---|---|---|
.. | ||
hiveos | ||
currencies.conf | ||
etherscan.conf | ||
ethgasstation.conf | ||
flexpool-miner.conf | ||
flexpool-pool.conf | ||
README.md |
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
:
Enter your 2FA code if needed:
Clic on 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 ../