Commit 1d523e08 authored by Nicolas Steinmetz's avatar Nicolas Steinmetz Committed by David McKay

add net input plugin

parent c2aad9ed
apiVersion: v1 apiVersion: v1
name: telegraf-ds name: telegraf-ds
version: 1.0.7 version: 1.0.8
appVersion: 1.14 appVersion: 1.14
deprecated: false deprecated: false
description: Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics. description: Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics.
......
...@@ -75,6 +75,7 @@ This chart deploys the following by default: ...@@ -75,6 +75,7 @@ This chart deploys the following by default:
* [`kernel`](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/kernel) * [`kernel`](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/kernel)
* [`kubernetes`](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/kubernetes) * [`kubernetes`](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/kubernetes)
* [`mem`](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/mem) * [`mem`](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/mem)
* [`net`](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/net)
* [`processes`](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/processes) * [`processes`](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/processes)
* [`swap`](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/swap) * [`swap`](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/swap)
* [`system`](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/system) * [`system`](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/system)
...@@ -18,6 +18,7 @@ data: ...@@ -18,6 +18,7 @@ data:
[[inputs.diskio]] [[inputs.diskio]]
[[inputs.kernel]] [[inputs.kernel]]
[[inputs.mem]] [[inputs.mem]]
[[inputs.net]]
[[inputs.processes]] [[inputs.processes]]
[[inputs.swap]] [[inputs.swap]]
[[inputs.system]] [[inputs.system]]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment