Page 1 of 1

check_mssql with a domain account

Posted: Tue Jun 11, 2013 6:53 pm
by uidaho
Has anyone discovered how to use check_mssql with a domain account? I have tried variations of the username such as domain\user, domain\\user, in single quotes, double quotes, etc. The result is always "CRITICAL: Could not connect to <hostname> as <user>"

Thank you
David

Re: check_mssql with a domain account

Posted: Wed Jun 12, 2013 9:38 am
by abrist
You cannot use a domain account with the check_mssql*.py plugins. They require actual database user login credentials.

Re: check_mssql with a domain account

Posted: Wed Jun 12, 2013 11:07 am
by uidaho
Do any of the XI mssql checks allow a domain account?

Re: check_mssql with a domain account

Posted: Wed Jun 12, 2013 11:44 am
by abrist
Not as far as I know as none of the plugins include code for domain authentication. Instead, the plugins make a direct connection to the database instance/port/socket.