Ansible/roles/telegraf/files/telegraf.d/inputs_net.conf

5 lines
125 B
Plaintext
Raw Normal View History

2020-09-10 22:34:14 +02:00
# Read metrics about network usage
[[inputs.net]]
interfaces = [ "eth0" ]
fielddrop = [ "icmp*", "ip*", "tcp*", "udp*" ]