<?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>Sat, 04 Feb 2012 16:29:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/</generator>
	<item>
		<title>By: dbunic</title>
		<link>http://www.redips.net/php/web-server-monitor/comment-page-1/#comment-4683</link>
		<dc:creator>dbunic</dc:creator>
		<pubDate>Sat, 19 Nov 2011 09:58:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=32#comment-4683</guid>
		<description>@Salman - This script is primarily created for testing http servers. In case of error it will not only alert problem but it will send useful info as well (http code, respond and error decription). fsockopen is a low level function and you will need a little more PHP code to achieve functionality of &lt;strong&gt;curl&lt;/strong&gt; (in case of testing http servers). Anyway, if you only need to test if some port is dead or alive, &lt;strong&gt;fsockopen&lt;/strong&gt; will be just fine. Any other comment is more then welcome.</description>
		<content:encoded><![CDATA[<p>@Salman - This script is primarily created for testing http servers. In case of error it will not only alert problem but it will send useful info as well (http code, respond and error decription). fsockopen is a low level function and you will need a little more PHP code to achieve functionality of <strong>curl</strong> (in case of testing http servers). Anyway, if you only need to test if some port is dead or alive, <strong>fsockopen</strong> will be just fine. Any other comment is more then welcome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Salman</title>
		<link>http://www.redips.net/php/web-server-monitor/comment-page-1/#comment-4664</link>
		<dc:creator>Salman</dc:creator>
		<pubDate>Tue, 15 Nov 2011 10:21:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=32#comment-4664</guid>
		<description>I am developing a script for my server which would check ports 80, 443, 22 and 25. however, with the above script I can only monitor ports 80 and (with some minor modifications also) 443. I tried using fsockopen for checking port 22 and 25. Can anyone please tell me what would be the benefit of using curl or should I only use fsockopen for all ports.</description>
		<content:encoded><![CDATA[<p>I am developing a script for my server which would check ports 80, 443, 22 and 25. however, with the above script I can only monitor ports 80 and (with some minor modifications also) 443. I tried using fsockopen for checking port 22 and 25. Can anyone please tell me what would be the benefit of using curl or should I only use fsockopen for all ports.</p>
]]></content:encoded>
	</item>
	<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>

