Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions telegraf.d/telegraf.conf.bf2
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@
tag_keys = ["name"]
json_query = "result.bdevs"

# Interrupts Input Plugin
[[inputs.interrupts]]

# Dns query Input Plugin
[[inputs.dns_query]]

# Ethtool Input Plugin
[[inputs.ethtool]]
interface_include = ["enp3s0f1s0"]

# CPU Input Plugin
[[inputs.cpu]]
percpu = true
Expand Down
7 changes: 7 additions & 0 deletions telegraf.d/telegraf.conf.mev
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
[[inputs.mem]]
# no configuration

# Interrupts Input Plugin
[[inputs.interrupts]]

# Ethtool Input Plugin
[[inputs.ethtool]]
interface_include = ["enp0s1f0d2"]

[[inputs.nstat]]
# no configuration

Expand Down
Loading