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

AttributeError: 'Riak' object has no attribute 'timeout_event' #546

Merged
merged 1 commit into from
Jun 17, 2013

Conversation

mkoppanen
Copy link
Contributor

This PR fixes the following error:

2013-06-17 12:44:39,239 | ERROR | dd.collector | checks.riak(__init__.py:454) | Check 'riak' instance #0 failed
Traceback (most recent call last):
  File "/usr/share/datadog/agent/checks/__init__.py", line 445, in run
    self.check(instance)
  File "/usr/share/datadog/agent/checks.d/riak.py", line 68, in check
    self.timeout_event(url, timeout, aggregation_key)
AttributeError: 'Riak' object has no attribute 'timeout_event'

Note: I don't code python so not sure about validity of this fix.

@conorbranagan
Copy link
Member

Thanks for the fix @mkoppanen 🐶

conorbranagan added a commit that referenced this pull request Jun 17, 2013
AttributeError: 'Riak' object has no attribute 'timeout_event'
@conorbranagan conorbranagan merged commit 0d090fd into DataDog:master Jun 17, 2013
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

Successfully merging this pull request may close these issues.

2 participants