Monitoring a Microsoft SQL Server

Spook ZA spookza at gmail.com
Thu Nov 17 08:43:24 CET 2011


Hi.

On 16 November 2011 19:40, Kaplan, Andrew H. <AHKAPLAN at partners.org> wrote:
> I am trying to monitor several Microsoft SQL Server 2008R2 systems, and I am experimenting with several plugins.
>
> The first plugin that I am testing is the check_mssql plugin. I am having problems gaining access to the server,
> and I am not sure where the syntax error is in the command. The command syntax that is being used is the following:
>
> ./check_mssql -H <ip address> -U <username> -P <password>
>
> The username being entered is a domain user account. The name is used either by itself or as <domain>\<username>.
> All attempts have resulted in the following error:
>
> CRITICAL: Could not connect to <ip address> as <username>.
>
> Another plugin that I am testing is the check_mssql_health plugin. Using the command syntax shown below:
>
> ./check_mssql_health --hostname=<ip address> --username=<username> --password=<password> --mode=connection-time

You may have to escape the backslash - i.e. domain\\username
I have not used these plugins as yet but have had similar issues in
other areas when trying to connect to a windows platform.

>
> The username here is the same as that used in the previous plugin. The connection attempts all failed with the
> following error message appearing on-screen:
>
> CRITICAL - cannot connect to 172.27.45.252. DBI connect(';host=172.27.45.252;port=1433','ahk',...)
> failed: (no error string) at ./check_mssql_health line 2175
>
> Has anyone had success working with either of these plugins, and if so, what would be the correct syntax to use here?
>
Regards,
  Andy.

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null





More information about the Users mailing list