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

agent crashes on startup if it can't import rrdtool #20

Closed
clofresh opened this issue Apr 10, 2012 · 1 comment
Closed

agent crashes on startup if it can't import rrdtool #20

clofresh opened this issue Apr 10, 2012 · 1 comment
Assignees

Comments

@clofresh
Copy link
Contributor

Traceback (most recent call last):
  File "/usr/bin/dd-forwarder", line 32, in <module>
    from checks.common import getUuid
  File "/usr/share/datadog/agent/checks/common.py", line 41, in <module>
    from checks.cacti import Cacti
  File "/usr/share/datadog/agent/checks/cacti.py", line 5, in <module>
    import rrdtool
ImportError: No module named rrdtool
@ghost ghost assigned conorbranagan Apr 10, 2012
@conorbranagan
Copy link
Member

Oops forgot to reference this issue in the commit: afd5420

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

2 participants