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

Mongodb integration failing when no password is set #1222

Closed
remh opened this issue Nov 25, 2014 · 0 comments
Closed

Mongodb integration failing when no password is set #1222

remh opened this issue Nov 25, 2014 · 0 comments

Comments

@remh
Copy link
Contributor

remh commented Nov 25, 2014

Traceback (most recent call last):
  File "/home/travis/build/DataDog/dd-agent/tests/test_mongo.py", line 102, in testMongoOldConfig
    self.check.check(conf['instances'][0])
  File "/home/travis/build/DataDog/dd-agent/checks.d/mongo.py", line 176, in check
    tags.append('server:%s' % server.replace(password, "*" * 5))
TypeError: expected a character buffer object

It was introduced with 5.1.0 and is fixed by 0908ba6

@remh remh added the 3 - Done label Nov 25, 2014
@remh remh added this to the 5.1.1 milestone Nov 25, 2014
@remh remh added the bugfix label Nov 25, 2014
@remh remh closed this as completed Dec 9, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant