<?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>Learning the World &#187; MySQL</title>
	<atom:link href="http://knewquist.edublogs.org/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://knewquist.edublogs.org</link>
	<description>An education tech blog by Ken Newquist</description>
	<lastBuildDate>Sun, 04 Oct 2009 16:12:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using Nagios to monitor MySQL connections</title>
		<link>http://knewquist.edublogs.org/2008/11/06/using-nagios-to-monitor-mysql-connections/</link>
		<comments>http://knewquist.edublogs.org/2008/11/06/using-nagios-to-monitor-mysql-connections/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 02:17:04 +0000</pubDate>
		<dc:creator>Kenneth Newquist</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Nagios]]></category>

		<guid isPermaLink="false">http://knewquist.edublogs.org/?p=146</guid>
		<description><![CDATA[The other day I had a problem with MySQL running out of available connections, which in turn caused a large number of errors for Moodle as PHP tried to reach the database and failed. I&#8217;ve since upped the number of connections, but my colleagues and are looking at the longer-term improvement of monitoring the number active connections [...]]]></description>
			<content:encoded><![CDATA[<p>The other day I had a problem with MySQL running out of available connections, which in turn caused a large number of errors for Moodle as PHP tried to reach the database and failed. I&#8217;ve since upped the number of connections, but my colleagues and are looking at the longer-term improvement of monitoring the number active connections to MySQL using <a href="http://www.nagios.org/">Nagios</a>.</p>
<p>To that end, the college&#8217;s Linux admin found this cool article which includes a short perl script to accomplish exactly that.</p>
<ul>
<li><a href="http://bergs.biz/blog/2007/05/08/monitor-number-of-active-connections-to-mysql-using-nagios/">Monitor number of active connections to MySQL using Nagios</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://knewquist.edublogs.org/2008/11/06/using-nagios-to-monitor-mysql-connections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
