Merge pull request #90 from influxdata/update/telegraf-config
Updated Telegraf config management docspull/95/head
commit
1d89287daf
|
@ -69,7 +69,7 @@ export INFLUX_TOKEN=YourAuthenticationToken
|
||||||
Start the Telegraf service using the `-config` flag to specify the URL of your generated configuration file.
|
Start the Telegraf service using the `-config` flag to specify the URL of your generated configuration file.
|
||||||
Telegraf starts using the Telegraf configuration pulled from InfluxDB API.
|
Telegraf starts using the Telegraf configuration pulled from InfluxDB API.
|
||||||
|
|
||||||
_See the configuration **Setup Details** for the exact command._
|
_See the configuration **Setup Instructions** for the exact command._
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
telegraf -config http://localhost:9999/api/v2/telegrafs/0xoX00oOx0xoX00o
|
telegraf -config http://localhost:9999/api/v2/telegrafs/0xoX00oOx0xoX00o
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: View a Telegraf configuration
|
title: View a Telegraf configuration
|
||||||
seotitle: View a Telegraf configuration in the InfluxDB UI
|
seotitle: View a Telegraf configuration in the InfluxDB UI
|
||||||
description: >
|
description: >
|
||||||
View the `telegraf.conf` and setup details associated with a Telegraf configuration
|
View the `telegraf.conf` and setup instructions associated with a Telegraf configuration
|
||||||
created in the InfluxDB UI.
|
created in the InfluxDB UI.
|
||||||
menu:
|
menu:
|
||||||
v2_0:
|
v2_0:
|
||||||
|
@ -23,10 +23,12 @@ View Telegraf configuration information in the InfluxDB user interface (UI):
|
||||||
{{< img-hd src="/img/2-0-telegraf-config-view.png" />}}
|
{{< img-hd src="/img/2-0-telegraf-config-view.png" />}}
|
||||||
|
|
||||||
|
|
||||||
### View the telegraf.conf
|
### View and download the telegraf.conf
|
||||||
To view the actual `telegraf.conf` associated with the configuration, click **View**.
|
To view the actual `telegraf.conf` associated with the configuration,
|
||||||
|
click the **Name** of the configuration.
|
||||||
|
Then click **Download Config** to download the file.
|
||||||
|
|
||||||
### View the setup details
|
### View the setup instructions
|
||||||
To view the setup instructions, click **Setup Details**.
|
To view the setup instructions, click **Setup Instructions**.
|
||||||
Setup details include commands for adding your InfluxDB authentication token as an environment
|
Setup instructions include commands for adding your InfluxDB authentication token
|
||||||
variable and starting Telegraf with the specific configuration.
|
as an environment variable and starting Telegraf with the specific configuration.
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 75 KiB |
Binary file not shown.
Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 75 KiB |
Binary file not shown.
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 76 KiB |
Loading…
Reference in New Issue