1
0
Fork 0

Add HiveOS Telegraf configuration

Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
Julien Riou 2021-02-05 17:21:39 +01:00
commit 8cfb8fabf8
No known key found for this signature in database
GPG key ID: FF42D23B580C89F7
12 changed files with 209 additions and 1 deletions

View file

@ -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:
```