Please let us know if you get it working - I might have to add such a check soon as well.<br><br>To answer your question: 1433 is the standard port of MSSQL so that should be ok. You can launch nmap or a simple telnet to double-check that.<br>
<br><div class="gmail_quote">On Thu, Nov 17, 2011 at 4:34 PM, Jim Avery <span dir="ltr"><<a href="mailto:jim@jimavery.me.uk">jim@jimavery.me.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On 17 November 2011 15:17, Kaplan, Andrew H. <<a href="mailto:AHKAPLAN@partners.org">AHKAPLAN@partners.org</a>> wrote:<br>
> Hi there --<br>
><br>
> Thanks for your reply. I tried your suggestion on the two plugins, and here are<br>
> the results.<br>
><br>
> When the command syntax for check_mssql was the following:<br>
><br>
> ./check_mssql -H <ip address> -U <domain>\\<username> -P <password><br>
><br>
> or<br>
><br>
> ./check_mssql -H <ip address> -U '<domain>\\<username>' -P <password><br>
><br>
> The error message displayed on-screen was:<br>
><br>
> UNKNOWN: Invalid characters in the username.<br>
<br>
<br>
</div>The check_mssql plugin is way too fussy about what characters it will<br>
allow in host names and user names.  On my system I edited the plugin<br>
to remove the if/else sections entirely below the comments "//<br>
Validate the hostname" and "// Validate the username".<br>
<br>
hth,<br>
<font color="#888888"><br>
Jim<br>
</font><div><div></div><div class="h5"><br>
------------------------------------------------------------------------------<br>
All the data continuously generated in your IT infrastructure<br>
contains a definitive record of customers, application performance,<br>
security threats, fraudulent activity, and more. Splunk takes this<br>
data and makes sense of it. IT sense. And common sense.<br>
<a href="http://p.sf.net/sfu/splunk-novd2d" target="_blank">http://p.sf.net/sfu/splunk-novd2d</a><br>
_______________________________________________<br>
Nagios-users mailing list<br>
<a href="mailto:Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/nagios-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.<br>
::: Messages without supporting info will risk being sent to /dev/null<br>
</div></div></blockquote></div><br>