> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Mehmet Fatih AKBULUT > Sent: Wednesday, November 30, 2005 1:08 PM > To: [email protected] > Cc: [EMAIL PROTECTED] > Subject: Re: [Nagios-users] Secure Http & Sql Server Checks. > > hi Hugo. > its mssql server.
I still baffled why people don't try Google as a basic research tool. Google is always an excellent way to quickly find out if a plugin might exist and will almost always provide you with the information to find it -- http://www.google.com/search?q=nagios+check+mssql&sourceid=mozilla-searc h&start=0&start=0&ie=utf-8&oe=utf-8&client=firefox-a&rls=org.mozilla:en- US:official Or you can look at the plugins, the plugins contrib and the plugins-scripts in the standard distribution -- [nagios-plugins-1.4.1]$ ./contrib/check_mssql.sh --help which: no tsql in (/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/mpowell/bin) You did not supply enough arguments. Usage: ./contrib/check_mssql.sh <host> <username> <password> <version> ./contrib/check_mssql.sh checks Microsoft SQL Server connectivity. It works with versions 7 and 2000. You need a working version of FreeTDS (http://www.freetds.org/) and tsql (included in FreeTDS 6.0+) to connect to the SQL server. It was written by Tom De Blende ([EMAIL PROTECTED]) in 2003. Example: ./contrib/check_mssql.sh dbserver sa f00bar 2000 Or you can check nagiosexchange.org -- http://www.nagiosexchange.org/Databases.57.0.html?&tx_netnagext_pi1[p_vi ew]=358 -- Marc ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id865&op=click _______________________________________________ Nagios-users mailing list [email protected] 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
