From 7ae240326bb2d3de80eab24088cf31cfa9da2f82 Mon Sep 17 00:00:00 2001 From: Matthias Seelig <551433+matse@users.noreply.github.com> Date: Wed, 29 Jul 2020 17:02:09 +0200 Subject: [PATCH] fix broken link to proc.c (#7918) --- plugins/inputs/net/NET_README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inputs/net/NET_README.md b/plugins/inputs/net/NET_README.md index d9e747119..3b1583211 100644 --- a/plugins/inputs/net/NET_README.md +++ b/plugins/inputs/net/NET_README.md @@ -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: