Add HiveOS Telegraf configuration
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
2e90107641
commit
8cfb8fabf8
12 changed files with 209 additions and 1 deletions
|
|
@ -20,13 +20,15 @@ This stack is also known as the **TIG** stack.
|
|||
This guide uses [Docker](https://www.docker.com/). Ensure you have `docker`, `docker-compose` and `openssl` binaries
|
||||
installed.
|
||||
|
||||
Write your miner address, grafana and influxdb credentials:
|
||||
Write grafana and influxdb credentials:
|
||||
|
||||
```
|
||||
cp -p docker/environment.example docker/environment
|
||||
vi docker/environment
|
||||
```
|
||||
|
||||
Depending on inputs, you should also set the miner address and HiveOS token.
|
||||
|
||||
Generate a self-signed certificate:
|
||||
|
||||
```
|
||||
|
|
|
|||
Reference in a new issue