<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>InsideWH - A Web Hosting Insider &#187; Monitoring</title>
	<atom:link href="http://www.insidewh.com/category/monitoring/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.insidewh.com</link>
	<description>Blogging on Web Hosting industry related topics.</description>
	<lastBuildDate>Sun, 25 Apr 2010 07:49:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Is it how your monitoring service monitors your website?</title>
		<link>http://www.insidewh.com/2008/01/is-it-how-your-monitoring-service-monitors-your-website/</link>
		<comments>http://www.insidewh.com/2008/01/is-it-how-your-monitoring-service-monitors-your-website/#comments</comments>
		<pubDate>Wed, 16 Jan 2008 18:50:47 +0000</pubDate>
		<dc:creator>Raj</dc:creator>
				<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Site Uptime]]></category>
		<category><![CDATA[Uptime]]></category>
		<category><![CDATA[Website Monitoring]]></category>
<category>Hosting</category><category>Site Uptime</category><category>Uptime</category><category>Website Monitoring</category>
		<guid isPermaLink="false">http://www.insidewh.com/2008/01/is-it-how-your-monitoring-service-monitors-your-website/</guid>
		<description><![CDATA[Are you sure that the uptime report that your website monitoring service provides is accurate and really shows the real uptime of your website? Think again! (...)]]></description>
			<content:encoded><![CDATA[<p>Are you sure that the uptime report that your <a href="http://www.insidewh.com/2007/03/top-website-monitoring-services-to-monitor-your-website/">website monitoring service</a> provides is accurate and really shows the real uptime of your website? Think again!</p>
<p>Almost every website owner or webmaster uses one or more monitoring utilities or services to monitor the uptime of their website for various reasons. Most common of these reasons to monitor a website are as follows:</p>
<ul>
<li>Pro-actively take care of a potential downtime situation.</li>
<li>Prepare a website&#8217;s uptime report for the company.</li>
<li>Check to see if the hosting company is meeting the already defined uptime SLAs.</li>
<li>If the hosting company doesn&#8217;t meet uptime SLA, claim a refund as per the initial agreement.</li>
</ul>
<p>There could be many more reasons due to which a webmaster is required to monitor their websites but then the real question is if the way a website is monitored reflects uptime in its true sense. Before you think harder, let us know what uptime really means, in a layman&#8217;s perspective.</p>
<p><strong>Website uptime is the total time duration for which all the required functionalities of a website are available.</strong></p>
<p>Now, if you want to monitor a website to check if it is online or not, the most simplest way to determine this would be by checking the HTTP status codes that the website will return upon requesting its URL. But what if the site uses a database to pull its content and the database itself is down but the site still returns HTTP status code 200? [HTTP status code 200 = OK]</p>
<p>If that happens, every website monitoring service that monitors such a website based on the HTTP status code it returns, will always report it to be up and available no matter even if a visitor can&#8217;t see anything on the site. This happened recently with one of my blog wherein the database was hung but the homepage was somehow returning a http status code 200.</p>
<p>I immediately opened an urgent ticket with my hosting company and the blog was back up, <strong>really up</strong>, in 30 mins.</p>
<p>I highly recommend that you check your website monitoring service and also find out how they determine the availability of your website. If your site earns you hundreds or thousands of dollars every month and ranks high for your targeted keywords, you don&#8217;t want to take chances with your website monitoring. Do you?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.insidewh.com/2008/01/is-it-how-your-monitoring-service-monitors-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Infrastructure Monitoring with Nagios</title>
		<link>http://www.insidewh.com/2007/04/infrastructure-monitoring-with-nagios/</link>
		<comments>http://www.insidewh.com/2007/04/infrastructure-monitoring-with-nagios/#comments</comments>
		<pubDate>Sun, 22 Apr 2007 21:17:53 +0000</pubDate>
		<dc:creator>Raj</dc:creator>
				<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[Nagios]]></category>
		<category><![CDATA[Network Monitoring]]></category>
		<category><![CDATA[Server Monitoring]]></category>
<category>Nagios</category><category>Network Monitoring</category><category>Server Monitoring</category>
		<guid isPermaLink="false">http://www.insidewh.com/2007/04/infrastructure-monitoring-with-nagios/</guid>
		<description><![CDATA[Nagios is an open source program that monitors your hosts, services and network devices. (...)]]></description>
			<content:encoded><![CDATA[<p><strong>Nagios</strong> is an open source program that monitors your hosts, services and network devices. A monitoring program such as Nagios can proactively inform you about potential problems before they really start impacting your business. It&#8217;s designed to run under Linux but is known to work on other popular flavors of Unix as well. Installation and initial configuration of Nagios can be quite tricky but once you get it up and running, monitoring and reporting is a pretty easy job. It can proactively alert you about problems via emails, instant messages and SMS etc. There is also a browser interface to help you see the historical logs, current status of monitored devices and reports.</p>
<h4>Important features of Nagios</h4>
<p>Nagios has many powerful and useful features, some of the important ones are listed below.</p>
<ul>
<li>It can monitor services such as SMTP, POP3, HTTP, NNTP, PING, etc.</li>
<li>Monitoring of host resources such as processor load, disk and memory usage, running processes, log files, etc.</li>
<li>Support for implementing redundant and distributed monitoring servers.</li>
<li>Scheduled downtime for suppressing host and service notifications during planned maintenance.</li>
<li>Ability to acknowledge problems via the web interface.</li>
<li>Web interface for viewing current network status, notification and problem history, log file, etc.</li>
</ul>
<p>Other than the features listed above, Nagios comes with an easy to understand plugin design that you can use and develop your own monitoring plugins. Another great feature that many other monitoring programs do not offer is the ability to define network host hierarchy, allowing detection of and distinction between hosts that are down and those that are unreachable. What this means is that if a router that has several servers behind it goes offline, Nagios will be able to tell you that the router is down and the servers are not reachable. Other monitoring systems may show all the devices to be down.</p>
<p>Nagios being an open source program can not only save you thousands of dollars that you could have otherwise invested in commercial monitoring softwares but also offer you with enterprise grade monitoring that is reliable and robust in it&#8217;s performance. You should give it a try and check it out before you invest in commercial softwares.</p>
<p><strong>&raquo; [<a href="http://nagios.org/">Nagios Website</a>], [<a href="http://nagios.org/docs/">Documentation</a>], [<a href="http://nagios.org/about/screenshots.php">Nagios Snapshots</a>], [<a href="http://nagios.org/faqs/">FAQs</a>], [<a href="http://nagios.org/download/">Download Nagios</a>]</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.insidewh.com/2007/04/infrastructure-monitoring-with-nagios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top Website Monitoring Services to Monitor Your Website</title>
		<link>http://www.insidewh.com/2007/03/top-website-monitoring-services-to-monitor-your-website/</link>
		<comments>http://www.insidewh.com/2007/03/top-website-monitoring-services-to-monitor-your-website/#comments</comments>
		<pubDate>Fri, 30 Mar 2007 22:53:51 +0000</pubDate>
		<dc:creator>Raj</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[Server Monitoring]]></category>
		<category><![CDATA[Site Uptime]]></category>
		<category><![CDATA[Transaction Monitoring]]></category>
		<category><![CDATA[Uptime]]></category>
		<category><![CDATA[URL Monitoring]]></category>
		<category><![CDATA[Website Monitoring]]></category>
<category>Server Monitoring</category><category>Site Uptime</category><category>Transaction Monitoring</category><category>Uptime</category><category>URL Monitoring</category><category>Website Monitoring</category>
		<guid isPermaLink="false">http://www.insidewh.com/2007/03/top-website-monitoring-services-to-monitor-your-website/</guid>
		<description><![CDATA[If you host your website, monitoring is a critical aspect of its management and one important way of determining its availability and uptime. (...)]]></description>
			<content:encoded><![CDATA[<p>If you host your website, <strong>monitoring is a critical aspect</strong> of its management and one important way of determining its <strong>availability and uptime</strong>. Many hosting providers have <strong>SLA</strong> (Service Level Agreement) to credit your hosting account with either money or extra time of hosting if your site&#8217;s uptime doesn&#8217;t meet the SLA as per the initial agreement with the hosting provider. But how is that you <strong>know the uptime</strong> of your website? Of course, by monitoring it! Here is a list of companies that offer <strong>website monitoring services</strong> for your website, some are <strong>free</strong> and since some offer <strong>advanced website monitoring</strong>, they charge for it. Based on what type of monitoring service you choose, they provide you with an up to date <strong>uptime report</strong>, <strong>notify</strong> you when your site is offline and some even provide website monitoring from <strong>multiple monitoring servers</strong> from across the world.</p>
<ul>
<li><a href="http://www.SiteUptime.com/?aff=58394" title="SiteUptime"><strong>SiteUptime</strong></a> &#8211; It&#8217;s one of the most <strong>reliable and easy to setup</strong> website monitoring service. I use it to monitor my other blog &#8211; <a href="http://www.bloghash.com/"><strong>BlogHash</strong></a> and found it be accurate and their <strong>email notification</strong> service is great! Their free plan monitors one website of your choice with 30/60 minutes monitoring interval and notifies via email. The link to my public report is <a href="http://www.siteuptime.com/statistics.php?Id=44918&#038;&#038;UserId=58394"><strong>here</strong></a>.</li>
<li><a href="http://www.websitepulse.com/"><strong>WebSitePulse</strong></a> &#8211; Offers <strong>&#8220;triple stage&#8221;</strong> monitoring, <strong>Performance website monitoring</strong> simulating repeat user and <strong>full-page</strong> website monitoring, simulating first-time user experience and they have <strong>16 monitoring stations</strong> across the world. Failure notifications can be received using SMS, phone, email, Instant messenger and other medias. If you are looking for a very advanced monitoring service, this is the one you should look for. The basic plans starts at <strong>$3</strong> for a single monitor.</li>
<li><a href="http://www.alertsite.com/"><strong>AlertSite</strong></a> &#8211; It&#8217;s another advanced monitoring service that can not only monitor your website performance but also <strong>monitor the server resources</strong> such as <strong>CPU load, disk utilization and processes</strong>. Their <strong>transaction monitoring service</strong> is really good and has a lot of reputation in the market.</li>
<li><a href="http://www.watchmouse.com/"><strong>WatchMouse</strong></a> &#8211; Another good website monitoring service that monitors the uptime of your website, services on various <strong>ports</strong> and provides notification upon failures. They also offer details reporting and statistics concerning your website. Their plans offer monitoring for 1 to 30 servers at 5 minutes interval.</li>
<li><a href="http://www.dotcom-monitor.com/"><strong>DOT-COM monitor</strong></a> &#8211; Like other companies, they too offer website monitoring, <strong>network monitoring</strong>, transaction monitoring and also <strong>load testing</strong> for your website from <strong>10 monitoring stations</strong>. They also offer port monitoring for various services and notifications service via phone, cell and email.</li>
<li><a href="http://www.webmetrics.com/"><strong>WEBMETRICS</strong></a> &#8211; Features hosted monitoring services such as load testing, <strong>intranet monitoring</strong>, website performance monitoring and also offer professional services to deliver <strong>customized monitoring solutions</strong>.</li>
<li><a href="http://www.alertra.com/"><strong>Alertra</strong></a> &#8211; Well known website monitoring service offering features similar to others but also offers a <strong>security vulnerability scanner</strong>. They have a <strong>do not disturb feature</strong> which when activated <strong>will not notify the contacts</strong> during a certain period of time and one can also <strong>suspend monitoring</strong> during scheduled maintenance window to <strong>avoid receiving false alarms</strong>.</li>
<li><a href="http://www.hyperspin.com/"><strong>HYPERSPIN</strong></a> &#8211; It&#8217;s one of the most widely used website monitoring services. Their features are Multi-Protocol Support, 10 monitoring locations to monitor your websites and applications, false alarm elimination, send automatic emails to your hosting provider to have your server rebooted, Maintenance Scheduling and Transaction Monitoring.</li>
</ul>
<p>Believe it or not! <strong>Proactive monitoring</strong> can save your business from disasters by giving you an opportunity to pro actively fix the problems before they cause further damage. What are you waiting for, <strong>start monitoring your website today</strong>!</p>
<p>Do you use any other monitoring service that you want to share with our readers? Please post them in comments and we will add them to the list on this page.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.insidewh.com/2007/03/top-website-monitoring-services-to-monitor-your-website/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

