<?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: Server Monitoring with Python and sSMTP</title>
	<atom:link href="http://tombuntu.com/index.php/2008/10/24/server-monitoring-with-python-and-ssmtp/feed/" rel="self" type="application/rss+xml" />
	<link>http://tombuntu.com/index.php/2008/10/24/server-monitoring-with-python-and-ssmtp/</link>
	<description>News, Tips, and How-Tos for Ubuntu Linux</description>
	<lastBuildDate>Tue, 01 May 2012 21:09:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Anonymous</title>
		<link>http://tombuntu.com/index.php/2008/10/24/server-monitoring-with-python-and-ssmtp/#comment-51333</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 07 Feb 2009 11:14:51 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/?p=1285#comment-51333</guid>
		<description>The following error was occured:when I compiled


ALERT:                                                
free ram warning                                                     
swap warning                                                         
load average warning                                                 
                                                                     
could not start sSMTP, email not sent
Traceback (most recent call last):
  File &quot;servermonitor2.py&quot;, line 151, in 
    main_loop()
  File &quot;servermonitor2.py&quot;, line 106, in main_loop
    send_email(problemlist)
  File &quot;servermonitor2.py&quot;, line 68, in send_email
    ssmtp.communicate(message(recipient, sender, details))
UnboundLocalError: local variable &#039;ssmtp&#039; referenced before assignment</description>
		<content:encoded><![CDATA[<p>The following error was occured:when I compiled</p>
<p>ALERT:<br />
free ram warning<br />
swap warning<br />
load average warning                                                 </p>
<p>could not start sSMTP, email not sent<br />
Traceback (most recent call last):<br />
  File &#8220;servermonitor2.py&#8221;, line 151, in<br />
    main_loop()<br />
  File &#8220;servermonitor2.py&#8221;, line 106, in main_loop<br />
    send_email(problemlist)<br />
  File &#8220;servermonitor2.py&#8221;, line 68, in send_email<br />
    ssmtp.communicate(message(recipient, sender, details))<br />
UnboundLocalError: local variable &#8216;ssmtp&#8217; referenced before assignment</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tjansson</title>
		<link>http://tombuntu.com/index.php/2008/10/24/server-monitoring-with-python-and-ssmtp/#comment-35463</link>
		<dc:creator>tjansson</dc:creator>
		<pubDate>Thu, 06 Nov 2008 14:22:55 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/?p=1285#comment-35463</guid>
		<description>How about just using gkrellm? I am monitoring a few servers using gkrellmd through ssh tunnels. This way I have a quite detailed real time view of the servers. 

As an example see this image of where I have 2 servers and my desktop monitored.
http://www.tjansson.dk/billeder/gkrellm-servers.png</description>
		<content:encoded><![CDATA[<p>How about just using gkrellm? I am monitoring a few servers using gkrellmd through ssh tunnels. This way I have a quite detailed real time view of the servers. </p>
<p>As an example see this image of where I have 2 servers and my desktop monitored.<br />
<a href="http://www.tjansson.dk/billeder/gkrellm-servers.png" rel="nofollow">http://www.tjansson.dk/billeder/gkrellm-servers.png</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abeisgreat</title>
		<link>http://tombuntu.com/index.php/2008/10/24/server-monitoring-with-python-and-ssmtp/#comment-35219</link>
		<dc:creator>Abeisgreat</dc:creator>
		<pubDate>Tue, 04 Nov 2008 01:46:25 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/?p=1285#comment-35219</guid>
		<description>Awesome idea, I really love this script</description>
		<content:encoded><![CDATA[<p>Awesome idea, I really love this script</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HowtoMatrix &#187; Server Monitoring with Python and sSMTP</title>
		<link>http://tombuntu.com/index.php/2008/10/24/server-monitoring-with-python-and-ssmtp/#comment-33855</link>
		<dc:creator>HowtoMatrix &#187; Server Monitoring with Python and sSMTP</dc:creator>
		<pubDate>Sun, 26 Oct 2008 11:18:51 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/?p=1285#comment-33855</guid>
		<description>[...] Read more at Tombuntu [...]</description>
		<content:encoded><![CDATA[<p>[...] Read more at Tombuntu [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Timmy Macdonald</title>
		<link>http://tombuntu.com/index.php/2008/10/24/server-monitoring-with-python-and-ssmtp/#comment-33520</link>
		<dc:creator>Timmy Macdonald</dc:creator>
		<pubDate>Fri, 24 Oct 2008 19:00:29 +0000</pubDate>
		<guid isPermaLink="false">http://tombuntu.com/?p=1285#comment-33520</guid>
		<description>On line 77, I think the Pythonic was of doing things is while True: , not while 1:
It&#039;s a minor thing though :)</description>
		<content:encoded><![CDATA[<p>On line 77, I think the Pythonic was of doing things is while True: , not while 1:<br />
It&#8217;s a minor thing though <img src='http://tombuntu.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

