We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 version: 0.13.1 system: red hat 5.2
2016/06/03 12:09:51 ERROR in input [processes]: read /proc/net/stat: is a directory
[root@cw-spmi-oas05 ~]# ls /proc/net/stat arp_cache ndisc_cache rt_cache
uname -a Linux cw-spmi-oas05 2.6.18-92.el5 #1 SMP Tue Apr 29 13:16:15 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux
Sadly it's the same machine of #1322 (very old machine) telegraf.zip
The text was updated successfully, but these errors were encountered:
hmm...this is one of those instances where I'm not really sure how it ever works without failing. I'll have a PR up soon
Sorry, something went wrong.
Use glob match for finding /proc/<pid>/stat files
f3100cf
closes #1323
a362352
Successfully merging a pull request may close this issue.
Bug report
System info:
telegraf version: 0.13.1
system: red hat 5.2
Steps to reproduce:
Expected behavior:
Actual behavior:
2016/06/03 12:09:51 ERROR in input [processes]: read /proc/net/stat: is a directory
Additional info:
[root@cw-spmi-oas05 ~]# ls /proc/net/stat
arp_cache ndisc_cache rt_cache
uname -a
Linux cw-spmi-oas05 2.6.18-92.el5 #1 SMP Tue Apr 29 13:16:15 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux
Sadly it's the same machine of #1322 (very old machine)
telegraf.zip
The text was updated successfully, but these errors were encountered: