<?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: HTTP Monitor Script for Bash</title>
	<atom:link href="http://www.guru.net.nz/blog/2008/08/http-monitor-script-for-bash.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.guru.net.nz/blog/2008/08/http-monitor-script-for-bash.html</link>
	<description>Random stuff from a Dunedin (NZ) based web developer, beer drinker and dad</description>
	<lastBuildDate>Sat, 04 Feb 2012 17:52:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: GuruBob</title>
		<link>http://www.guru.net.nz/blog/2008/08/http-monitor-script-for-bash.html#comment-1035</link>
		<dc:creator>GuruBob</dc:creator>
		<pubDate>Tue, 25 Oct 2011 01:09:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.guru.net.nz/newblog/?p=184#comment-1035</guid>
		<description>Cheers Joel - I hadn&#039;t spotted that :)</description>
		<content:encoded><![CDATA[<p>Cheers Joel &#8211; I hadn&#8217;t spotted that <img src='http://www.guru.net.nz/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel Thompson</title>
		<link>http://www.guru.net.nz/blog/2008/08/http-monitor-script-for-bash.html#comment-1000</link>
		<dc:creator>Joel Thompson</dc:creator>
		<pubDate>Wed, 14 Sep 2011 04:54:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.guru.net.nz/newblog/?p=184#comment-1000</guid>
		<description>Hi, thanks for the script, we tried to use this script for our new external webserver but found it wasnt deleting the hidden files in the folder. This resulted in it not warning you when the site went up/down untill these hidden files were deleted.

The fix was to move the .* out of the double qoutes when checking for the hidden files to remove, like so.

rm &quot;$STATUS_FILE_PREFIX&quot;.* &gt; /dev/null 2&gt;&amp;1

After that it has been working brilliantly, thanks.</description>
		<content:encoded><![CDATA[<p>Hi, thanks for the script, we tried to use this script for our new external webserver but found it wasnt deleting the hidden files in the folder. This resulted in it not warning you when the site went up/down untill these hidden files were deleted.</p>
<p>The fix was to move the .* out of the double qoutes when checking for the hidden files to remove, like so.</p>
<p>rm &#8220;$STATUS_FILE_PREFIX&#8221;.* &gt; /dev/null 2&gt;&amp;1</p>
<p>After that it has been working brilliantly, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omer</title>
		<link>http://www.guru.net.nz/blog/2008/08/http-monitor-script-for-bash.html#comment-967</link>
		<dc:creator>Omer</dc:creator>
		<pubDate>Fri, 15 Jul 2011 10:37:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.guru.net.nz/newblog/?p=184#comment-967</guid>
		<description>Hello,

the script you created works perfectly for me. I am using it to monitor multiple website urls. 

Great job! nice script!

Thanks
Omer</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>the script you created works perfectly for me. I am using it to monitor multiple website urls. </p>
<p>Great job! nice script!</p>
<p>Thanks<br />
Omer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://www.guru.net.nz/blog/2008/08/http-monitor-script-for-bash.html#comment-294</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Fri, 05 Sep 2008 17:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.guru.net.nz/newblog/?p=184#comment-294</guid>
		<description>Handy! How would you tie something like this in with an alert on your ubuntu desktop say? I&#039;m new to bash scripting and I think that would be very cool.</description>
		<content:encoded><![CDATA[<p>Handy! How would you tie something like this in with an alert on your ubuntu desktop say? I&#8217;m new to bash scripting and I think that would be very cool.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

