forked from Github/OPNsense-Dashboard
Minor update to InfluxDB section
This commit is contained in:
parent
1d63753928
commit
8105e85d20
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ After you've made the necessary changes, run `docker-compose up -d` in the same
|
|||
Once you have your docker containers running, follow the steps below.
|
||||
|
||||
## Configuring InfluxDB
|
||||
After InfluxDB is started, go to http://(ip of docker server):8086, you will need to setup your username, password, bucket and organization here. Once that is done navigate to the Data tab, click on Telegraf, and create a configuration for a system. Name it, and copy your API token, you will need this for your telegraf configuration. I recommend generating another API token for Grafana. Click on API tokens -> Generate API Token -> Read/Write Access -> Click on your bucket under Read -> and Save. Copy this somewhere as well, you'll need it for Grafana.
|
||||
After InfluxDB is started, go to http://(ip of docker server):8086, you will need to setup your username, password, bucket and organization here. Once that is done navigate to the Data tab, click on Telegraf, and create a configuration for a system. Name it, and copy your API token, you will need this for your Telegraf configuration. You will also need to generate another API token for Grafana. Click on API tokens -> Generate API Token -> Read/Write Access -> Click on your bucket under Read -> and Save. Copy this somewhere as well, you'll need it for Grafana.
|
||||
|
||||
|
||||
## Configuring Telegraf
|
||||
|
|
|
|||
Loading…
Reference in a new issue