<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Kurinchi Blogger Scribbles ... &#187; SQL Server 2000</title>
	<atom:link href="http://kurinchilamp.kurinchilion.com/tag/sql-server-2000/feed" rel="self" type="application/rss+xml" />
	<link>http://kurinchilamp.kurinchilion.com</link>
	<description>On Open Source Technologies</description>
	<lastBuildDate>Mon, 02 Jan 2012 06:14:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Nagios to Monitor SQL Server</title>
		<link>http://kurinchilamp.kurinchilion.com/2009/04/nagios-to-monitor-sql-server.html</link>
		<comments>http://kurinchilamp.kurinchilion.com/2009/04/nagios-to-monitor-sql-server.html#comments</comments>
		<pubDate>Fri, 24 Apr 2009 00:37:57 +0000</pubDate>
		<dc:creator>kurinchilamp</dc:creator>
				<category><![CDATA[LINUX]]></category>
		<category><![CDATA[Monitor SQL Server from Nagios]]></category>
		<category><![CDATA[Nagios]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server 2000]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server 7]]></category>

		<guid isPermaLink="false">http://kurinchilamp.kurinchilion.com/?p=271</guid>
		<description><![CDATA[Monitor SQL Server from Nagios Instructions from Nagios website: URL: http://www.nagios.org/faqs/viewfaq.php?faq_id=156 The above link states that &#8221; &#8230;. So here&#8217;s what I&#8217;ve done to have a way to connect to both SQL 7 and SQL 2000: 1. Download and install freetds from http://www.freetds.org. 2. Download and install sqsh from http://www.sqsh.org. 3. export SYBASE=/usr/local/freetds (or where [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Monitor SQL Server from Nagios</strong></p>
<p><strong>Instructions from Nagios website:</strong></p>
<p>URL: <a href="http://www.nagios.org/faqs/viewfaq.php?faq_id=156">http://www.nagios.org/faqs/viewfaq.php?faq_id=156</a></p>
<p>The above link states that &#8221; &#8230;.</p>
<p>So here&#8217;s what I&#8217;ve done to have a way to connect to both SQL 7 and SQL 2000:</p>
<p>   1. Download and install freetds from http://www.freetds.org.<br />
   2. Download and install sqsh from http://www.sqsh.org.<br />
   3. export SYBASE=/usr/local/freetds (or where ever your freetds is installed) <span id="more-271"></span></p>
<p>Now you can use sqsh to connect to your MS SQL<br />
&#8220;.</p>
<p><em>Some more points to note in order to make the installation an easier task &#8230;</em></p>
<p>* It works with SQL Server 2005 in addition to SQL Server 7, SQL Server 2000.</p>
<p><strong>* How to install freetds?</strong></p>
<p>1. As the first step, download FreeTDS from http://www.freetds.org/ and make a build from the source</p>
<p>2. To build FreeTDS execute the following commands from the folder where FreeTDS is extracted<br />
<strong>$ ./configure &#8211;prefix=/usr/local/freetds<br />
$ make<br />
$ make install</strong></p>
<p>3. For making the SQL Server related settings, open /usr/local/freetds/etc/freetds.conf and add a section for the server you&#8217;re using. </p>
<p><strong># Configuration example for SQL server<br />
  [SQL_EXAMPLE]<br />
  host = 192.168.1.102<br />
  port = 2025<br />
  tds version = 8.0</strong></p>
<p><strong>* How to install sqsh on Ubuntu?</strong></p>
<p><strong>$apt-get install sqsh</strong></p>
<p><em>Working solution with minimal checks</em></p>
<p>Check <a href="http://www.daveclayton.info/2007/07/checking-sql-server-with-nagios-for.html">http://www.daveclayton.info/2007/07/checking-sql-server-with-nagios-for.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kurinchilamp.kurinchilion.com/2009/04/nagios-to-monitor-sql-server.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

