diff --git a/data/telegraf_plugins.yml b/data/telegraf_plugins.yml index 71aab5d2b..fac01f4bd 100644 --- a/data/telegraf_plugins.yml +++ b/data/telegraf_plugins.yml @@ -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]