-
Notifications
You must be signed in to change notification settings - Fork 330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[telegraf-ds] inputs.net provides no data #636
Comments
Sorry, I lie, I get statistics for "eth0" but not the physical interfaces. |
If I add:
Then I can see the real devices in /tmp/net/dev but I can't mount that in /proc/net. |
The config sets HOST_PROC to be /hostfs/proc BUT /hostfs/proc/net/dev is the same as /proc/net/dev. Problem: /proc can't be ounted under /proc. Fixing this requires something like shirou/gopsutil#1625 |
I found a way...
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After getting telegraf to start providing data as a daemon set, I then tried to get some network information (it isn't included in the default set of metrics) by adding this to the configMap:
But there's nothing. No output anywhere.
The text was updated successfully, but these errors were encountered: