<?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: Simple URL downtime alert with bash, curl and sendmail</title>
	<atom:link href="http://beckr.org/2008/08/17/simple-url-downtime-alert-with-bash-curl-and-sendmail/feed/" rel="self" type="application/rss+xml" />
	<link>http://beckr.org/2008/08/17/simple-url-downtime-alert-with-bash-curl-and-sendmail/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 16 Nov 2009 21:42:48 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: chris</title>
		<link>http://beckr.org/2008/08/17/simple-url-downtime-alert-with-bash-curl-and-sendmail/comment-page-1/#comment-4387</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Sun, 14 Mar 2010 16:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://beckr.org/2008/08/17/simple-url-downtime-alert-with-bash-curl-and-sendmail/#comment-4387</guid>
		<description>Ah nice... I assume this is related to the shell interpreter.
On a sidenote, I have since discovered http://pingdom.com which I can wholeheartedly recommend.</description>
		<content:encoded><![CDATA[<p>Ah nice&#8230; I assume this is related to the shell interpreter.<br />
On a sidenote, I have since discovered <a href="http://pingdom.com" rel="nofollow">http://pingdom.com</a> which I can wholeheartedly recommend.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dylan Thomas</title>
		<link>http://beckr.org/2008/08/17/simple-url-downtime-alert-with-bash-curl-and-sendmail/comment-page-1/#comment-4386</link>
		<dc:creator>Dylan Thomas</dc:creator>
		<pubDate>Sun, 14 Mar 2010 16:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://beckr.org/2008/08/17/simple-url-downtime-alert-with-bash-curl-and-sendmail/#comment-4386</guid>
		<description>Worked for me when I changed:

/usr/bin/curl -f $1 &#124;&#124;

to

/usr/bin/curl -f $1 &#124;


Thanks!</description>
		<content:encoded><![CDATA[<p>Worked for me when I changed:</p>
<p>/usr/bin/curl -f $1 ||</p>
<p>to</p>
<p>/usr/bin/curl -f $1 |</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coggedman</title>
		<link>http://beckr.org/2008/08/17/simple-url-downtime-alert-with-bash-curl-and-sendmail/comment-page-1/#comment-234</link>
		<dc:creator>coggedman</dc:creator>
		<pubDate>Sun, 14 Mar 2010 21:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://beckr.org/2008/08/17/simple-url-downtime-alert-with-bash-curl-and-sendmail/#comment-234</guid>
		<description>Thanks . it is much relieving to  come accross this kind of utility than reading thowing a page load of instructions for a seasoned professional who happens to have never used a particular command e.g sendmail in this instance.</description>
		<content:encoded><![CDATA[<p>Thanks . it is much relieving to  come accross this kind of utility than reading thowing a page load of instructions for a seasoned professional who happens to have never used a particular command e.g sendmail in this instance.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
