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

[sqlserver] add debug info to connection Exception #608

Closed
miketheman opened this issue Aug 6, 2013 · 1 comment
Closed

[sqlserver] add debug info to connection Exception #608

miketheman opened this issue Aug 6, 2013 · 1 comment

Comments

@miketheman
Copy link
Contributor

ref: /~https://github.com/DataDog/dd-agent/blob/master/checks.d/sqlserver.py#L71-L73

Add something akin to:

except Exception, e:
    raise Exception("Unable to connect to SQL Server for instance %s\n%s" \
                    % (instance, e))
@ghost ghost assigned remh Aug 6, 2013
@remh
Copy link

remh commented Aug 19, 2013

Fixed with 3.9.1

@remh remh closed this as completed Aug 19, 2013
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

2 participants