<?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: PHP Web server monitor</title>
	<atom:link href="http://www.redips.net/php/web-server-monitor/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.redips.net/php/web-server-monitor/</link>
	<description>Techniques and Web Technologies</description>
	<lastBuildDate>Sun, 05 Sep 2010 09:16:53 +0200</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: dbunic</title>
		<link>http://www.redips.net/php/web-server-monitor/comment-page-1/#comment-246</link>
		<dc:creator>dbunic</dc:creator>
		<pubDate>Fri, 12 Jun 2009 06:53:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=32#comment-246</guid>
		<description>Hmm, you will have to start simple communication with the monitored service - something like &quot;hello&quot; for the smtp. If you have installed PERL, then the &lt;a href=&quot;http://mon.wiki.kernel.org/index.php/Main_Page&quot; title=&quot;Service Monitoring Daemon&quot; rel=&quot;nofollow&quot;&gt;mon&lt;/a&gt; (Service Monitoring Daemon) will be excellent choice. I used it for LDAP and it works just fine. Please see the huge &lt;a href=&quot;http://mon.wiki.kernel.org/index.php/Monitors&quot; title=&quot;mon - services list&quot; rel=&quot;nofollow&quot;&gt;list&lt;/a&gt; of services that can be monitored with mon package.</description>
		<content:encoded><![CDATA[<p>Hmm, you will have to start simple communication with the monitored service - something like "hello" for the smtp. If you have installed PERL, then the <a href="http://mon.wiki.kernel.org/index.php/Main_Page" title="Service Monitoring Daemon" rel="nofollow">mon</a> (Service Monitoring Daemon) will be excellent choice. I used it for LDAP and it works just fine. Please see the huge <a href="http://mon.wiki.kernel.org/index.php/Monitors" title="mon - services list" rel="nofollow">list</a> of services that can be monitored with mon package.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KieranMullen</title>
		<link>http://www.redips.net/php/web-server-monitor/comment-page-1/#comment-244</link>
		<dc:creator>KieranMullen</dc:creator>
		<pubDate>Thu, 11 Jun 2009 10:22:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=32#comment-244</guid>
		<description>Thanks for the script. Any idea how one could monitor other ports other than 80?  I have been having trouble with dns on one machine.  I have filed a support ticket but in the meantime I would like to get it fixed. Monitoring of email smtp service and dns would be great.  It would somehow just have to open a connection rather than follow all the way through.

Thank you
KM</description>
		<content:encoded><![CDATA[<p>Thanks for the script. Any idea how one could monitor other ports other than 80?  I have been having trouble with dns on one machine.  I have filed a support ticket but in the meantime I would like to get it fixed. Monitoring of email smtp service and dns would be great.  It would somehow just have to open a connection rather than follow all the way through.</p>
<p>Thank you<br />
KM</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dbunic</title>
		<link>http://www.redips.net/php/web-server-monitor/comment-page-1/#comment-186</link>
		<dc:creator>dbunic</dc:creator>
		<pubDate>Wed, 06 May 2009 20:25:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=32#comment-186</guid>
		<description>I have this monitor script in production and if a Web site is down for an hour, then I will receive about 12 mail notifications (cron runs it every 5 minutes). Yes, it&#039;s annoying but it does the job. On the other hand if you want to suppress repeated messages, then PHP code will grow and this will no longer be a simple PHP monitor ...
Anyway, thank you for the comment.
:)</description>
		<content:encoded><![CDATA[<p>I have this monitor script in production and if a Web site is down for an hour, then I will receive about 12 mail notifications (cron runs it every 5 minutes). Yes, it's annoying but it does the job. On the other hand if you want to suppress repeated messages, then PHP code will grow and this will no longer be a simple PHP monitor ...<br />
Anyway, thank you for the comment.<br />
 <img src='http://www.redips.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karen</title>
		<link>http://www.redips.net/php/web-server-monitor/comment-page-1/#comment-181</link>
		<dc:creator>Karen</dc:creator>
		<pubDate>Tue, 05 May 2009 11:36:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=32#comment-181</guid>
		<description>Thanks, just what I needed!

I did not want something complicated and this does exactly what it has to do. A nice addition of the script might be that repeat messages are suppressed. But then again, that’s only needed if you’re website is down for a long time ;-)</description>
		<content:encoded><![CDATA[<p>Thanks, just what I needed!</p>
<p>I did not want something complicated and this does exactly what it has to do. A nice addition of the script might be that repeat messages are suppressed. But then again, that’s only needed if you’re website is down for a long time <img src='http://www.redips.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
