<?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: App Engine Server Monitor</title>
	<atom:link href="http://xercestech.com/app-engine-server-monitor.geek/feed" rel="self" type="application/rss+xml" />
	<link>http://xercestech.com/app-engine-server-monitor.geek</link>
	<description>Stuff geeks care about</description>
	<lastBuildDate>Tue, 27 Jul 2010 05:24:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Eishay Smith</title>
		<link>http://xercestech.com/app-engine-server-monitor.geek/comment-page-1#comment-1747</link>
		<dc:creator>Eishay Smith</dc:creator>
		<pubDate>Mon, 22 Mar 2010 04:26:58 +0000</pubDate>
		<guid isPermaLink="false">http://xercestech.com/?p=1213#comment-1747</guid>
		<description>Thanks!
I&#039;m using it as well, works nicely.</description>
		<content:encoded><![CDATA[<p>Thanks!<br />
I&#8217;m using it as well, works nicely.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://xercestech.com/app-engine-server-monitor.geek/comment-page-1#comment-1402</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 18 Jan 2010 22:03:46 +0000</pubDate>
		<guid isPermaLink="false">http://xercestech.com/?p=1213#comment-1402</guid>
		<description>I believe it was httplib or httplib2, the latter is not included in Python itself so i may have included it in the code myself as a module.

The documentation for httplib says it supports arbitrary ports, and i think httplib2 does as well. I dropped httplib in favor of Google&#039;s urlfetch because it was the only way to support https (appengine doesn&#039;t support sockets).</description>
		<content:encoded><![CDATA[<p>I believe it was httplib or httplib2, the latter is not included in Python itself so i may have included it in the code myself as a module.</p>
<p>The documentation for httplib says it supports arbitrary ports, and i think httplib2 does as well. I dropped httplib in favor of Google&#8217;s urlfetch because it was the only way to support https (appengine doesn&#8217;t support sockets).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://xercestech.com/app-engine-server-monitor.geek/comment-page-1#comment-1400</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Mon, 18 Jan 2010 21:36:05 +0000</pubDate>
		<guid isPermaLink="false">http://xercestech.com/?p=1213#comment-1400</guid>
		<description>Steve, what&#039;s the other library? Can it be used to make requests to arbitrary ports, other than 80?</description>
		<content:encoded><![CDATA[<p>Steve, what&#8217;s the other library? Can it be used to make requests to arbitrary ports, other than 80?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://xercestech.com/app-engine-server-monitor.geek/comment-page-1#comment-1331</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sat, 02 Jan 2010 18:42:07 +0000</pubDate>
		<guid isPermaLink="false">http://xercestech.com/?p=1213#comment-1331</guid>
		<description>Yep that&#039;s the one :)</description>
		<content:encoded><![CDATA[<p>Yep that&#8217;s the one :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://xercestech.com/app-engine-server-monitor.geek/comment-page-1#comment-1330</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Sat, 02 Jan 2010 18:41:02 +0000</pubDate>
		<guid isPermaLink="false">http://xercestech.com/?p=1213#comment-1330</guid>
		<description>Great, I assume this is the GV library? http://code.google.com/p/pygooglevoice/

I think I&#039;ll give it a try. I&#039;ll let you know how it works out.</description>
		<content:encoded><![CDATA[<p>Great, I assume this is the GV library? <a href="http://code.google.com/p/pygooglevoice/" rel="nofollow">http://code.google.com/p/pygooglevoice/</a></p>
<p>I think I&#8217;ll give it a try. I&#8217;ll let you know how it works out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://xercestech.com/app-engine-server-monitor.geek/comment-page-1#comment-1314</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 28 Dec 2009 18:16:59 +0000</pubDate>
		<guid isPermaLink="false">http://xercestech.com/?p=1213#comment-1314</guid>
		<description>Thanks! :) I&#039;m aware of a few problems with URLfetch that i&#039;ve been working on, i may drop it in favor of another library i was using before release which was much more reliable but did not directly support HTTPS. 

Google Voice was my chosen route for SMS support since you already need a google account to use app engine, and presumably you could just enable GV for that account. The python library for GV works very well, and yes you can SMS yourself with it, but i simply haven&#039;t gotten around to adding it in to the code yet :)</description>
		<content:encoded><![CDATA[<p>Thanks! :) I&#8217;m aware of a few problems with URLfetch that i&#8217;ve been working on, i may drop it in favor of another library i was using before release which was much more reliable but did not directly support HTTPS. </p>
<p>Google Voice was my chosen route for SMS support since you already need a google account to use app engine, and presumably you could just enable GV for that account. The python library for GV works very well, and yes you can SMS yourself with it, but i simply haven&#8217;t gotten around to adding it in to the code yet :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://xercestech.com/app-engine-server-monitor.geek/comment-page-1#comment-1311</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Mon, 28 Dec 2009 04:11:19 +0000</pubDate>
		<guid isPermaLink="false">http://xercestech.com/?p=1213#comment-1311</guid>
		<description>Thanks for this. I installed it quickly and it&#039;s working well. I had a few issues that I wanted to share.

First, I took a server down and it was being reported as up. Turns out URL fetch was returning cached results. To fix this, I added in the max-age stuff in the fetch call. http://code.google.com/p/googleappengine/issues/detail?id=739

Second -- this is more of a feature than an issue -- I wanted to be notified both times if a server went down, came back up, and went down again in a 20 minute span. I just added server.notifylimiter = False in servercameback.

Are you actively looking into SMS notification? I wonder if there&#039;s a way to Google Voice SMS myself -- that would work for me.

Cheers.

Greg</description>
		<content:encoded><![CDATA[<p>Thanks for this. I installed it quickly and it&#8217;s working well. I had a few issues that I wanted to share.</p>
<p>First, I took a server down and it was being reported as up. Turns out URL fetch was returning cached results. To fix this, I added in the max-age stuff in the fetch call. <a href="http://code.google.com/p/googleappengine/issues/detail?id=739" rel="nofollow">http://code.google.com/p/googleappengine/issues/detail?id=739</a></p>
<p>Second &#8212; this is more of a feature than an issue &#8212; I wanted to be notified both times if a server went down, came back up, and went down again in a 20 minute span. I just added server.notifylimiter = False in servercameback.</p>
<p>Are you actively looking into SMS notification? I wonder if there&#8217;s a way to Google Voice SMS myself &#8212; that would work for me.</p>
<p>Cheers.</p>
<p>Greg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashley</title>
		<link>http://xercestech.com/app-engine-server-monitor.geek/comment-page-1#comment-1251</link>
		<dc:creator>ashley</dc:creator>
		<pubDate>Sun, 13 Dec 2009 10:35:02 +0000</pubDate>
		<guid isPermaLink="false">http://xercestech.com/?p=1213#comment-1251</guid>
		<description>Hi, 

Wow just finished posting my own article on a GAE site monitor only to find I&#039;m about 3 weeks too slow! Anyway, I&#039;d love to merge some of your features in to mine, let me know your thoughts.

Cheers,
Ashley

article:
http://www.aschroder.com/2009/12/a-super-simple-magento-store-monitoring-tool-powered-by-google-app-engine/

app: 
http://monitor.aschroder.com/</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>Wow just finished posting my own article on a GAE site monitor only to find I&#8217;m about 3 weeks too slow! Anyway, I&#8217;d love to merge some of your features in to mine, let me know your thoughts.</p>
<p>Cheers,<br />
Ashley</p>
<p>article:<br />
<a href="http://www.aschroder.com/2009/12/a-super-simple-magento-store-monitoring-tool-powered-by-google-app-engine/" rel="nofollow">http://www.aschroder.com/2009/12/a-super-simple-magento-store-monitoring-tool-powered-by-google-app-engine/</a></p>
<p>app:<br />
<a href="http://monitor.aschroder.com/" rel="nofollow">http://monitor.aschroder.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://xercestech.com/app-engine-server-monitor.geek/comment-page-1#comment-1235</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 09 Dec 2009 22:46:37 +0000</pubDate>
		<guid isPermaLink="false">http://xercestech.com/?p=1213#comment-1235</guid>
		<description>I&#039;ve been evaluating ways to keep track of total uptime per month, week and so on, and more advanced reporting. It may require storing an incremented counter in the database, add one for each minute of downtime, and use a key-value system to store separate counters for each week or month. I&#039;m workin on it though :)</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been evaluating ways to keep track of total uptime per month, week and so on, and more advanced reporting. It may require storing an incremented counter in the database, add one for each minute of downtime, and use a key-value system to store separate counters for each week or month. I&#8217;m workin on it though :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radomir</title>
		<link>http://xercestech.com/app-engine-server-monitor.geek/comment-page-1#comment-1233</link>
		<dc:creator>Radomir</dc:creator>
		<pubDate>Wed, 09 Dec 2009 21:56:23 +0000</pubDate>
		<guid isPermaLink="false">http://xercestech.com/?p=1213#comment-1233</guid>
		<description>Great work! I just setup the application in 2 minutes. :-)

Is it possible to see the uptime in % (say in a month) and review downtime log?</description>
		<content:encoded><![CDATA[<p>Great work! I just setup the application in 2 minutes. :-)</p>
<p>Is it possible to see the uptime in % (say in a month) and review downtime log?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/


Served from: xercestech.com @ 2010-07-31 19:22:10 -->