fix telegraf plugin links, closes influxdata/DAR#290 (#3972)

pull/3973/head
Scott Anderson 2022-04-22 13:05:00 -06:00 committed by GitHub
parent db26643bd8
commit 415c4c65bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 7 deletions

View File

@ -157,10 +157,11 @@ input:
introduced: 1.12.0
tags: [linux, macos, windows, systems]
- name: Apt
id: apt
- name: APT
id: telegraf-apt
description: |
The apt input plugin checks Debian for package updates.
The APT input plugin checks Debian for package updates.
link: https://github.com/x70b1/telegraf-apt/blob/master/README.md
introduced: 1.21.4
tags: [debian, ubuntu]
external: true
@ -950,7 +951,8 @@ input:
- name: Knot
id: knot
description: |
The Knot input plugin checks Debian for package updates.
The Knot input plugin collect stats from [Knot DNS](https://knot.readthedocs.io/en/master/operation.html#statistics).
link: https://github.com/x70b1/telegraf-knot/blob/master/README.md
introduced: 1.21.4
tags: [server]
external: true
@ -1199,7 +1201,7 @@ input:
id: nats
description: |
The NATS Server Monitoring input plugin gathers metrics when using the
[NATS Server monitoring server](https://www.nats.io/documentation/server/gnatsd-monitoring/).
[NATS Server monitoring server](https://docs.nats.io/running-a-nats-service/introduction).
introduced: 1.6.0
tags: [linux, macos, windows, messaging]
@ -1218,7 +1220,7 @@ input:
id: net
description: |
The Net input plugin gathers metrics about network interface usage (Linux only).
link: https://github.com/influxdata/telegraf/blob/master/plugins/inputs/net/NET_README.md
link: https://github.com/influxdata/telegraf/blob/master/plugins/inputs/net/README.md
introduced: 0.1.1
tags: [linux, macos, networking]
@ -1227,7 +1229,7 @@ input:
description: |
The Netstat input plugin gathers TCP metrics such as established, time-wait
and sockets counts by using `lsof`.
link: https://github.com/influxdata/telegraf/blob/master/plugins/inputs/net/NETSTAT_README.md
link: https://github.com/influxdata/telegraf/blob/master/plugins/inputs/netstat/README.md
introduced: 0.2.0
tags: [linux, macos, windows, networking, systems]