Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e393c3af3f
commit
4978089aab
4963 changed files with 677545 additions and 0 deletions
15
plugins/inputs/net/sample.conf
Normal file
15
plugins/inputs/net/sample.conf
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Gather metrics about network interfaces
|
||||
[[inputs.net]]
|
||||
## By default, telegraf gathers stats from any up interface (excluding loopback)
|
||||
## Setting interfaces will tell it to gather these explicit interfaces,
|
||||
## regardless of status. When specifying an interface, glob-style
|
||||
## patterns are also supported.
|
||||
# interfaces = ["eth*", "enp0s[0-1]", "lo"]
|
||||
|
||||
## On linux systems telegraf also collects protocol stats.
|
||||
## Setting ignore_protocol_stats to true will skip reporting of protocol metrics.
|
||||
##
|
||||
## DEPRECATION NOTICE: A value of 'false' is deprecated and discouraged!
|
||||
## Please set this to `true` and use the 'inputs.nstat'
|
||||
## plugin instead.
|
||||
# ignore_protocol_stats = false
|
Loading…
Add table
Add a link
Reference in a new issue