Skip to content

Commit ae92141

Browse files
feat: adding ethtool and interrupts for bf2
Signed-off-by: mohamedasifs123 <[email protected]>
1 parent c2a8b53 commit ae92141

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

telegraf.d/telegraf.conf.bf2

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@
2020
tag_keys = ["name"]
2121
json_query = "result.bdevs"
2222

23+
# Interrupts Input Plugin
24+
[[inputs.interrupts]]
25+
26+
# Dns query Input Plugin
27+
[[inputs.dns_query]]
28+
29+
# Ethtool Input Plugin
30+
[[inputs.ethtool]]
31+
interface_include = ["enp3s0f1s0"]
32+
2333
# CPU Input Plugin
2434
[[inputs.cpu]]
2535
percpu = true

0 commit comments

Comments
 (0)