fix telegraf version
parent
72fbb5c30c
commit
ade22fa87a
|
@ -16,7 +16,7 @@ Installation of the Telegraf package may require `root` or administrator privile
|
||||||
|
|
||||||
### Networking
|
### 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.
|
require custom ports.
|
||||||
Modify port mappings through the configuration file (`telegraf.conf`).
|
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):
|
2. Run the following command (making sure to supply the correct version number for the downloaded file):
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo sudo dpkg -i telegraf_1.<version>_amd64.deb
|
sudo sudo dpkg -i telegraf_1.17_amd64.deb
|
||||||
```
|
```
|
||||||
|
|
||||||
{{% telegraf/verify %}}
|
{{% telegraf/verify %}}
|
||||||
|
@ -156,7 +156,7 @@ telegraf --input-filter <pluginname>[:<pluginname>] --output-filter <outputname>
|
||||||
```
|
```
|
||||||
|
|
||||||
For more advanced configuration details, see the
|
For more advanced configuration details, see the
|
||||||
[configuration documentation](/telegraf/v1.15/administration/configuration/).
|
[configuration documentation](/telegraf/v1.17/administration/configuration/).
|
||||||
{{% /tab-content %}}
|
{{% /tab-content %}}
|
||||||
<!---------- BEGIN RedHat & CentOS ---------->
|
<!---------- BEGIN RedHat & CentOS ---------->
|
||||||
{{% tab-content %}}
|
{{% tab-content %}}
|
||||||
|
@ -207,7 +207,7 @@ telegraf --input-filter <pluginname>[:<pluginname>] --output-filter <outputname>
|
||||||
```
|
```
|
||||||
|
|
||||||
For more advanced configuration details, see the
|
For more advanced configuration details, see the
|
||||||
[configuration documentation](/telegraf/v1.15/administration/configuration/).
|
[configuration documentation](/telegraf/v1.17/administration/configuration/).
|
||||||
{{% /tab-content %}}
|
{{% /tab-content %}}
|
||||||
<!---------- BEGIN SLES & openSUSE ---------->
|
<!---------- BEGIN SLES & openSUSE ---------->
|
||||||
{{% tab-content %}}
|
{{% tab-content %}}
|
||||||
|
@ -238,7 +238,7 @@ telegraf --input-filter <pluginname>[:<pluginname>] --output-filter <outputname>
|
||||||
```
|
```
|
||||||
|
|
||||||
For more advanced configuration details, see the
|
For more advanced configuration details, see the
|
||||||
[configuration documentation](/telegraf/v1.15/administration/configuration/).
|
[configuration documentation](/telegraf/v1.17/administration/configuration/).
|
||||||
{{% /tab-content %}}
|
{{% /tab-content %}}
|
||||||
<!---------- BEGIN FreeBSD/PC-BSD ---------->
|
<!---------- BEGIN FreeBSD/PC-BSD ---------->
|
||||||
{{% tab-content %}}
|
{{% tab-content %}}
|
||||||
|
@ -269,7 +269,7 @@ telegraf --input-filter <pluginname>[:<pluginname>] --output-filter <outputname>
|
||||||
```
|
```
|
||||||
|
|
||||||
For more advanced configuration details, see the
|
For more advanced configuration details, see the
|
||||||
[configuration documentation](/telegraf/v1.15/administration/configuration/).
|
[configuration documentation](/telegraf/v1.17/administration/configuration/).
|
||||||
{{% /tab-content %}}
|
{{% /tab-content %}}
|
||||||
<!---------- BEGIN macOS ---------->
|
<!---------- BEGIN macOS ---------->
|
||||||
{{% tab-content %}}
|
{{% tab-content %}}
|
||||||
|
@ -313,7 +313,7 @@ telegraf --input-filter <pluginname>[:<pluginname>] --output-filter <outputname>
|
||||||
```
|
```
|
||||||
|
|
||||||
For more advanced configuration details, see the
|
For more advanced configuration details, see the
|
||||||
[configuration documentation](/telegraf/v1.15/administration/configuration/).
|
[configuration documentation](/telegraf/v1.17/administration/configuration/).
|
||||||
{{% /tab-content %}}
|
{{% /tab-content %}}
|
||||||
<!---------- BEGIN Windows ---------->
|
<!---------- BEGIN Windows ---------->
|
||||||
{{% tab-content %}}
|
{{% 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:
|
To obtain the SHA256 hash for the Windows Telegraf download, use the following PowerShell command:
|
||||||
|
|
||||||
```powershell
|
```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.
|
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
|
### Configure an input plugin
|
||||||
|
|
||||||
The Telegraf ZIP archive contains a default configuration file (`telegraf.conf`).
|
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:
|
With this plugin, Telegraf monitors the following defined Windows Operating System objects:
|
||||||
|
|
||||||
- Processor
|
- Processor
|
||||||
|
@ -349,7 +349,7 @@ With this plugin, Telegraf monitors the following defined Windows Operating Syst
|
||||||
- Paging File
|
- Paging File
|
||||||
|
|
||||||
Telegraf can capture metrics and log information from a wide variety of sources.
|
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
|
### 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.
|
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
|
The `telegraf.conf` file included in the ZIP archive contains sections for configuring
|
||||||
both the [InfluxDB v1](/telegraf/v1.15/plugins/#influxdb) and
|
both the [InfluxDB v1](/telegraf/v1.17/plugins/#influxdb) and
|
||||||
[InfluxDB v2](/telegraf/v1.15/plugins/#influxdb_v2) output plugins.
|
[InfluxDB v2](/telegraf/v1.17/plugins/#influxdb_v2) output plugins.
|
||||||
|
|
||||||
#### Writing data to InfluxDB 1.x
|
#### 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
|
## 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 >}}
|
{{< /tab-content >}}
|
||||||
{{< /tabs-wrapper >}}
|
{{< /tabs-wrapper >}}
|
||||||
|
|
Loading…
Reference in New Issue