Skip to content
Snippets Groups Projects
Commit 0fd3a221 authored by Kerri Wait's avatar Kerri Wait Committed by Andreas Hamacher
Browse files

Update telegraf to capture discard counters from `ethtool` for `mlx0`

parent efd0819b
No related branches found
No related tags found
No related merge requests found
......@@ -119,6 +119,12 @@
# Uncomment the following line if you do not need disk serial numbers.
# skip_serial_number = true
# Read ethtool for one interface only
[[inputs.ethtool]]
interface_include = ["mlx0"]
fieldpass = ["rx_discards_phy", "tx_discards_phy"]
interval="60s"
# Collect statistics about itself
[[inputs.internal]]
## If true, collect telegraf memory stats.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment