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

Process check breaks on v2.0.0 of psutil #863

Closed
conorbranagan opened this issue Mar 11, 2014 · 0 comments
Closed

Process check breaks on v2.0.0 of psutil #863

conorbranagan opened this issue Mar 11, 2014 · 0 comments

Comments

@conorbranagan
Copy link
Member

2.0.0 was just released and has some backward-incompatible changes. Traceback of one of the issues:

- instance #2 [ERROR]: TypeError('',)
        Traceback (most recent call last):
          File "/usr/share/datadog/agent/checks/__init__.py", line 461, in run
            self.check(instance)
          File "/usr/share/datadog/agent/checks.d/process.py", line 177, in check
            pids = self.find_pids(search_string, psutil, exact_match=exact_match)
          File "/usr/share/datadog/agent/checks.d/process.py", line 53, in find_pids
            if string in ' '.join(proc.cmdline):
        TypeError
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant