<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Monitoring Rails Apps:  Pulse + More</title>
	<atom:link href="http://blog.hungrymachine.com/2007/10/26/monitoring-rails-apps-pulse-more/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hungrymachine.com/2007/10/26/monitoring-rails-apps-pulse-more/</link>
	<description>The guys behind LivingSocial</description>
	<lastBuildDate>Tue, 17 Aug 2010 11:04:25 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Will Green</title>
		<link>http://blog.hungrymachine.com/2007/10/26/monitoring-rails-apps-pulse-more/comment-page-1/#comment-122</link>
		<dc:creator>Will Green</dc:creator>
		<pubDate>Fri, 26 Oct 2007 20:40:00 +0000</pubDate>
		<guid isPermaLink="false">blog.hungrymachine.com/2007/10/26/monitoring-rails-apps-pulse-more#comment-122</guid>
		<description>So, what does haproxy do if gets back an error? Does it restart your db, or email you?</description>
		<content:encoded><![CDATA[<p>So, what does haproxy do if gets back an error? Does it restart your db, or email you?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nahum Wild</title>
		<link>http://blog.hungrymachine.com/2007/10/26/monitoring-rails-apps-pulse-more/comment-page-1/#comment-123</link>
		<dc:creator>Nahum Wild</dc:creator>
		<pubDate>Fri, 26 Oct 2007 20:40:00 +0000</pubDate>
		<guid isPermaLink="false">blog.hungrymachine.com/2007/10/26/monitoring-rails-apps-pulse-more#comment-123</guid>
		<description>I&#039;m not sure about the DB check ay.

What happens if all mongrels report having lost access to the DB?  Haproxy will send back a &#039;no response from server&#039; which to me means &#039;no server here&#039;.  But getting an error page isn&#039;t nice either...

If you rely on errors being emailed/sms&#039;ed from your app as the only way to know about errors (I know lots of sites like this) then the rescue in the pulse action could prevent you from finding out about this at all.

So my question is, what do people do when haproxy can&#039;t find a server that works?</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure about the DB check ay.</p>
<p>What happens if all mongrels report having lost access to the DB?  Haproxy will send back a &#8216;no response from server&#8217; which to me means &#8216;no server here&#8217;.  But getting an error page isn&#8217;t nice either&#8230;</p>
<p>If you rely on errors being emailed/sms&#8217;ed from your app as the only way to know about errors (I know lots of sites like this) then the rescue in the pulse action could prevent you from finding out about this at all.</p>
<p>So my question is, what do people do when haproxy can&#8217;t find a server that works?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nahum Wild</title>
		<link>http://blog.hungrymachine.com/2007/10/26/monitoring-rails-apps-pulse-more/comment-page-1/#comment-124</link>
		<dc:creator>Nahum Wild</dc:creator>
		<pubDate>Fri, 26 Oct 2007 20:40:00 +0000</pubDate>
		<guid isPermaLink="false">blog.hungrymachine.com/2007/10/26/monitoring-rails-apps-pulse-more#comment-124</guid>
		<description>Also, all filters should be skipped for the pulse action to make it as light weight as possible.  If anyone knows how to stop an action from appearing in the log I&#039;d love to know.</description>
		<content:encoded><![CDATA[<p>Also, all filters should be skipped for the pulse action to make it as light weight as possible.  If anyone knows how to stop an action from appearing in the log I&#8217;d love to know.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
