We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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))
The text was updated successfully, but these errors were encountered:
Add exception information to sql server check, fix #608
fc77d77
Fixed with 3.9.1
Sorry, something went wrong.
remh
No branches or pull requests
ref: /~https://github.com/DataDog/dd-agent/blob/master/checks.d/sqlserver.py#L71-L73
Add something akin to:
The text was updated successfully, but these errors were encountered: