Search found 2 matches

by AshutoshSrivastava
Tue Jul 10, 2012 4:45 pm
Forum: Nagios XI
Topic: check_xi_mssql_query
Replies: 3
Views: 1501

Re: check_xi_mssql_query

Thanks for the information. Special characters in the password were the issue in my case. I create a separate SQL login to get around the issue.
by AshutoshSrivastava
Tue Jul 10, 2012 3:53 pm
Forum: Nagios XI
Topic: check_xi_mssql_query
Replies: 3
Views: 1501

check_xi_mssql_query

Hi, I am trying to set up a MSSQL Query monitor using the Monitoring wizard. Once I finish the wizard steps, I see that the command the wizard generated is: check_xi_mssql_query!-H xxx.xxx.xxx.xxx --port 1433 --username xxx --password "xxx" --database xxx --query 'SELECT COUNT(*) FROM ELMA...