Skip to content

Commit

Permalink
fix broken link to proc.c (influxdata#7918)
Browse files Browse the repository at this point in the history
  • Loading branch information
matse authored Jul 29, 2020
1 parent 3bb1efc commit 7b88514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/inputs/net/NET_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Different platforms gather the data above with different mechanisms. Telegraf us
Under freebsd/openbsd and darwin the plugin uses netstat.

Additionally, for the time being _only under Linux_, the plugin gathers system wide stats for different network protocols using /proc/net/snmp (tcp, udp, icmp, etc.).
Explanation of the different metrics exposed by snmp is out of the scope of this document. The best way to find information would be tracing the constants in the Linux kernel source [here](http://lxr.free-electrons.com/source/net/ipv4/proc.c) and their usage. If /proc/net/snmp cannot be read for some reason, telegraf ignores the error silently.
Explanation of the different metrics exposed by snmp is out of the scope of this document. The best way to find information would be tracing the constants in the Linux kernel source [here](https://elixir.bootlin.com/linux/latest/source/net/ipv4/proc.c) and their usage. If /proc/net/snmp cannot be read for some reason, telegraf ignores the error silently.

### Tags:

Expand Down

0 comments on commit 7b88514

Please sign in to comment.