fix telegraf version

pull/2011/head
noramullen1 2020-12-18 19:22:55 -08:00
parent 72fbb5c30c
commit ade22fa87a
1 changed files with 13 additions and 13 deletions

View File

@ -16,7 +16,7 @@ Installation of the Telegraf package may require `root` or administrator privile
### Networking
Telegraf offers multiple service [input plugins](/telegraf/v1.15/plugins/inputs/) that may
Telegraf offers multiple service [input plugins](/telegraf/v1.17/plugins/inputs/) that may
require custom ports.
Modify port mappings through the configuration file (`telegraf.conf`).
@ -135,7 +135,7 @@ To manually install the Debian package from a `.deb` file:
2. Run the following command (making sure to supply the correct version number for the downloaded file):
```sh
sudo sudo dpkg -i telegraf_1.<version>_amd64.deb
sudo sudo dpkg -i telegraf_1.17_amd64.deb
```
{{% telegraf/verify %}}
@ -156,7 +156,7 @@ telegraf --input-filter <pluginname>[:<pluginname>] --output-filter <outputname>
```
For more advanced configuration details, see the
[configuration documentation](/telegraf/v1.15/administration/configuration/).
[configuration documentation](/telegraf/v1.17/administration/configuration/).
{{% /tab-content %}}
<!---------- BEGIN RedHat & CentOS ---------->
{{% tab-content %}}
@ -207,7 +207,7 @@ telegraf --input-filter <pluginname>[:<pluginname>] --output-filter <outputname>
```
For more advanced configuration details, see the
[configuration documentation](/telegraf/v1.15/administration/configuration/).
[configuration documentation](/telegraf/v1.17/administration/configuration/).
{{% /tab-content %}}
<!---------- BEGIN SLES & openSUSE ---------->
{{% tab-content %}}
@ -238,7 +238,7 @@ telegraf --input-filter <pluginname>[:<pluginname>] --output-filter <outputname>
```
For more advanced configuration details, see the
[configuration documentation](/telegraf/v1.15/administration/configuration/).
[configuration documentation](/telegraf/v1.17/administration/configuration/).
{{% /tab-content %}}
<!---------- BEGIN FreeBSD/PC-BSD ---------->
{{% tab-content %}}
@ -269,7 +269,7 @@ telegraf --input-filter <pluginname>[:<pluginname>] --output-filter <outputname>
```
For more advanced configuration details, see the
[configuration documentation](/telegraf/v1.15/administration/configuration/).
[configuration documentation](/telegraf/v1.17/administration/configuration/).
{{% /tab-content %}}
<!---------- BEGIN macOS ---------->
{{% tab-content %}}
@ -313,7 +313,7 @@ telegraf --input-filter <pluginname>[:<pluginname>] --output-filter <outputname>
```
For more advanced configuration details, see the
[configuration documentation](/telegraf/v1.15/administration/configuration/).
[configuration documentation](/telegraf/v1.17/administration/configuration/).
{{% /tab-content %}}
<!---------- BEGIN Windows ---------->
{{% tab-content %}}
@ -329,7 +329,7 @@ Extract the contents of the ZIP archive to `C:\Program Files\InfluxData\Telegraf
To obtain the SHA256 hash for the Windows Telegraf download, use the following PowerShell command:
```powershell
CertUtil -hashfile <path to your download>/telegraf-1.<version>_windows_amd64.zip SHA256
CertUtil -hashfile <path to your download>/telegraf-1.17_windows_amd64.zip SHA256
```
Compare the output from this command to the hash listed on the downloads page to ensure the integrity of the download.
@ -337,7 +337,7 @@ Compare the output from this command to the hash listed on the downloads page to
### Configure an input plugin
The Telegraf ZIP archive contains a default configuration file (`telegraf.conf`).
In this file, the input plugin for capturing basic [Windows system metrics](/telegraf/v1.15/plugins/#win_perf_counters) is already activated.
In this file, the input plugin for capturing basic [Windows system metrics](/telegraf/v1.17/plugins/#win_perf_counters) is already activated.
With this plugin, Telegraf monitors the following defined Windows Operating System objects:
- Processor
@ -349,7 +349,7 @@ With this plugin, Telegraf monitors the following defined Windows Operating Syst
- Paging File
Telegraf can capture metrics and log information from a wide variety of sources.
For more advanced configuration details, see the [configuration documentation](/telegraf/v1.15/administration/configuration/).
For more advanced configuration details, see the [configuration documentation](/telegraf/v1.17/administration/configuration/).
### Configure an output plugin
@ -357,8 +357,8 @@ Before you start the Telegraf agent, configure an output plugin to send data to
Choose the appropriate plugin based on the version of InfluxDB you are using.
The `telegraf.conf` file included in the ZIP archive contains sections for configuring
both the [InfluxDB v1](/telegraf/v1.15/plugins/#influxdb) and
[InfluxDB v2](/telegraf/v1.15/plugins/#influxdb_v2) output plugins.
both the [InfluxDB v1](/telegraf/v1.17/plugins/#influxdb) and
[InfluxDB v2](/telegraf/v1.17/plugins/#influxdb_v2) output plugins.
#### Writing data to InfluxDB 1.x
@ -383,7 +383,7 @@ Once configured, run the following commands in PowerShell to begin sending metri
```
## Install Telegraf as a Windows Service
See [Running Telegraf as a Windows service](/telegraf/v1.15/administration/windows_service).
See [Running Telegraf as a Windows service](/telegraf/v1.17/administration/windows_service).
{{< /tab-content >}}
{{< /tabs-wrapper >}}