Skip to content
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

Metricbeat system/process fails on process names containing parentheses #5692

Closed
andrewkroh opened this issue Nov 22, 2017 · 2 comments
Closed
Labels

Comments

@andrewkroh
Copy link
Member

Processes containing parentheses break the /proc/[PID]/stat parser used on Linux and FreeBSD.

As reported by @immon in elastic/gosigar#81 an error is logged.

2017/10/30 16:05:31.762957 process_summary.go:79: ERR Unknown state <41> for process with pid 1467

For confirmed bugs, please report:

  • Version: All
  • Operating System: Linux / FreeBSD
  • Steps to Reproduce:

I have opened a PR at elastic/gosigar#86

@ruflin
Copy link
Contributor

ruflin commented Nov 28, 2017

As elastic/gosigar#86 is now merged, we should probably make a gosigar release and update it in beats?

@andrewkroh
Copy link
Member Author

Fixed in v6.1.0 by #5775.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants