<?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: Site monitoring with Python and cron</title>
	<atom:link href="http://eriwen.com/python/site-monitor/feed/" rel="self" type="application/rss+xml" />
	<link>http://eriwen.com/python/site-monitor/</link>
	<description>Programming productively with open-source tools</description>
	<lastBuildDate>Tue, 31 Jan 2012 12:49:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Eric Wendelin</title>
		<link>http://eriwen.com/python/site-monitor/#comment-7161</link>
		<dc:creator>Eric Wendelin</dc:creator>
		<pubDate>Tue, 30 Aug 2011 22:19:20 +0000</pubDate>
		<guid isPermaLink="false">http://eriwen.com/?p=914#comment-7161</guid>
		<description>Message body should be the HTTP headers that we got from the request. The GitHub project linked is your best bet for bug fixes which&#039;ve been added in the last couple years. 

Glad it&#039;s working :)</description>
		<content:encoded><![CDATA[<p>Message body should be the HTTP headers that we got from the request. The GitHub project linked is your best bet for bug fixes which&#8217;ve been added in the last couple years. </p>
<p>Glad it&#8217;s working :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ando</title>
		<link>http://eriwen.com/python/site-monitor/#comment-7159</link>
		<dc:creator>Ando</dc:creator>
		<pubDate>Tue, 30 Aug 2011 14:17:10 +0000</pubDate>
		<guid isPermaLink="false">http://eriwen.com/?p=914#comment-7159</guid>
		<description>Thanks for that!

Got it up and running and now have SMS alerts when the servers go down.
The first test emails were with an empty body, maybe add some useful information there (maybe it already does, didn&#039;t read the script throughly =) ).</description>
		<content:encoded><![CDATA[<p>Thanks for that!</p>
<p>Got it up and running and now have SMS alerts when the servers go down.<br />
The first test emails were with an empty body, maybe add some useful information there (maybe it already does, didn&#8217;t read the script throughly =) ).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Wendelin</title>
		<link>http://eriwen.com/python/site-monitor/#comment-5755</link>
		<dc:creator>Eric Wendelin</dc:creator>
		<pubDate>Mon, 21 Mar 2011 02:56:41 +0000</pubDate>
		<guid isPermaLink="false">http://eriwen.com/?p=914#comment-5755</guid>
		<description>John: I believe that in New Zealand, Yahoo and Google return a 302 instead of a 200 HTTP status. I would recommend using the script from the official project or updating what you have to accept a 302 status as acceptable. Let me know if that doesn&#039;t fix your issue and I&#039;ll file an issue on the GitHub page.

Cheers, Eric</description>
		<content:encoded><![CDATA[<p>John: I believe that in New Zealand, Yahoo and Google return a 302 instead of a 200 HTTP status. I would recommend using the script from the official project or updating what you have to accept a 302 status as acceptable. Let me know if that doesn&#8217;t fix your issue and I&#8217;ll file an issue on the GitHub page.</p>
<p>Cheers, Eric</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Zoetebier</title>
		<link>http://eriwen.com/python/site-monitor/#comment-5741</link>
		<dc:creator>John Zoetebier</dc:creator>
		<pubDate>Sun, 20 Mar 2011 07:56:48 +0000</pubDate>
		<guid isPermaLink="false">http://eriwen.com/?p=914#comment-5741</guid>
		<description>Ran this script on Suse Linux 11.3 64-bit with Python 2.6.5
Get error message:
ERROR: Either the world ended or we are not connected to the net.
However I can ping my web site.</description>
		<content:encoded><![CDATA[<p>Ran this script on Suse Linux 11.3 64-bit with Python 2.6.5<br />
Get error message:<br />
ERROR: Either the world ended or we are not connected to the net.<br />
However I can ping my web site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Wendelin</title>
		<link>http://eriwen.com/python/site-monitor/#comment-5642</link>
		<dc:creator>Eric Wendelin</dc:creator>
		<pubDate>Sat, 12 Mar 2011 01:21:36 +0000</pubDate>
		<guid isPermaLink="false">http://eriwen.com/?p=914#comment-5642</guid>
		<description>No problem, Matt :)

Any questions or contributions are most welcome.</description>
		<content:encoded><![CDATA[<p>No problem, Matt :)</p>
<p>Any questions or contributions are most welcome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://eriwen.com/python/site-monitor/#comment-5620</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Fri, 11 Mar 2011 01:34:57 +0000</pubDate>
		<guid isPermaLink="false">http://eriwen.com/?p=914#comment-5620</guid>
		<description>Great stuff, I had this written in bash (almost exactly) but it was buggy as all get-up when deciding if the website was down, had been down, is back up, etc. I&#039;m glad I searched around a bit before rewriting my script in Python! I&#039;ll be sure to add any additions/fixes to the repository. Thanks again!</description>
		<content:encoded><![CDATA[<p>Great stuff, I had this written in bash (almost exactly) but it was buggy as all get-up when deciding if the website was down, had been down, is back up, etc. I&#8217;m glad I searched around a bit before rewriting my script in Python! I&#8217;ll be sure to add any additions/fixes to the repository. Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gregory Despain</title>
		<link>http://eriwen.com/python/site-monitor/#comment-3156</link>
		<dc:creator>Gregory Despain</dc:creator>
		<pubDate>Sat, 06 Mar 2010 23:29:49 +0000</pubDate>
		<guid isPermaLink="false">http://eriwen.com/?p=914#comment-3156</guid>
		<description>This is great! Thanks for this post. I am new at development and this is a big help.</description>
		<content:encoded><![CDATA[<p>This is great! Thanks for this post. I am new at development and this is a big help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: efaistos</title>
		<link>http://eriwen.com/python/site-monitor/#comment-3001</link>
		<dc:creator>efaistos</dc:creator>
		<pubDate>Sat, 30 Jan 2010 13:45:18 +0000</pubDate>
		<guid isPermaLink="false">http://eriwen.com/?p=914#comment-3001</guid>
		<description>Looks like http://www.aremysitesup.com ;)</description>
		<content:encoded><![CDATA[<p>Looks like <a href="http://www.aremysitesup.com" rel="nofollow">http://www.aremysitesup.com</a> ;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

