<?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>HostEntrepreneur &#187; service</title>
	<atom:link href="http://HostEntrepreneur.com/tag/service/feed/" rel="self" type="application/rss+xml" />
	<link>http://HostEntrepreneur.com</link>
	<description>Hosting news, reviews, tips, tricks and help</description>
	<lastBuildDate>Wed, 17 Feb 2010 14:00:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to Set up a Microsoft SQL Web Server cluster</title>
		<link>http://HostEntrepreneur.com/2009/11/08/how-to-set-up-a-microsoft-sql-web-server-cluster/</link>
		<comments>http://HostEntrepreneur.com/2009/11/08/how-to-set-up-a-microsoft-sql-web-server-cluster/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 14:00:25 +0000</pubDate>
		<dc:creator>Leif</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Administration]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://HostEntrepreneur.com/?p=188</guid>
		<description><![CDATA[Types of clusters: A cluster is basically referred to as grouping of similar things to reduce the load or work of a single one. When it comes to servers there are 2 types of clusters : 1) Load Balancing Web Server ; Load balancing Web Server is setup so that the traffic load is distributed [...]]]></description>
			<content:encoded><![CDATA[<div>Types of clusters:</div>
<div>A cluster is basically referred to as grouping of similar things to reduce the load or work of a single one. When it comes to servers there are 2 types of clusters :</div>
<div>
<p>1) Load Balancing Web Server ;</p>
<p>Load balancing Web Server is setup so that the traffic load is distributed among a number of servers instead of one single server. It involves a number of servers which are setup in such a way that the traffic is equally distributed among all of them. Due to this kind of a setup, the network load is not concentrated on one single server and this helps in improving the reliability with the tremendous improvement in performance. This kind of setup is also available for 2 or more nodes in the cluster.</p>
<p>2) Failover cluster Server :</p>
<p>Failover cluster also involves a number of servers but this is not the same as Load Balancing servers. Failover, as the term suggests, is setup to provide high availability even after there is an hardware or software failure. Once there is a software or an hardware failure, an action is taken by the cluster immediately so that the resources of the server are moved to another server. Cluster is informed once the hardware of software failure has taken place as the cluster keeps on monitoring the resources.</p>
<p>Real time failover for hardware and software failures including the current status of the applications can be acheived by fault-tolerant failover cluster. But this requires a better software application and more hardware and this is due to the fact that the condition of the current applications must be known. The applications which are currently in use are lost while the failover process is going on by the hardware and the software components and these should be recovered.</p>
<p>Microsoft&#8217;s Cluster Service (also known as MSCS) is exactly opposite to the true fault-tolerant cluster and is built in as a high-availability cluster. This is better as the cluster will not require specialized fault-tolerant solution and can work with more applications with less hardware also. This will definitely reduce the price. The cluster will not be in a good position after the failover but will be able to recover from a hardware or software failure. Two servers (nodes) are supported by the MSCS high-availability solution.</p>
<p>Basic hardware and software components</p>
<p>A common set of hardware is involved which are actually two servers nodes in a cluster. Both the servers in the cluster are connected to the network and both of them have there own operating system. The harddisks are external but they are connected to the servers through a network. A drive controller connects the shared disks to the servers. A Storage Area Network (SAN) is commonly used for this purpose.</p>
<p>Only one of the nodes in the cluster is active at a time. They are not active together and hence this solution is also called as an active/passive solution. The resources of the cluster is used up by the active server (node) and the active server writes all the data on the Shared disks. If one node fails the other one comes into play. To make sure that all the nodes are working properly, a signal known as a heartbeat is sent accross the private network to which all the servers are connected. If the active server fails, the passive server gets a signal about it through the heartbeats and once it receives the signal, it starts working as an active server and starts using all the resources of the cluster.</p>
<p>How to Install SQL Server in a cluster ?</p>
<p>Operational cluster is required to install SQL server in the cluster. Follow the steps given below to install Operational cluster.</p>
<p>1) First, install a Windows Server edition which supports MSCS on each server.</p>
<p>2) Now, make sure that each server in the cluster is connected to a Public network which is required to receive requests.</p>
<p>3) Make a different network and all the servers shouldn&#8217;t be connected to this network as this network should only be established between two servers within the cluster. This network will only be used for the heartbeats to send signals.</p>
<p>4) You will have to create a user account for the service account so that the cluster operates under this account in the domain. Make sure that you add this account to each Administrator&#8217;s group of each server.</p>
<p>5) Now you will have to connect the Shared harddisks to the server and you will have to power off the servers for this purpose. Once you connect the Shared harddisks to the servers make sure that the resources are being used by the server. Turn on node number one of the cluster.</p>
<p>6) Install Microsoft Cluster service and then configure it through control panel. Follow the steps given below to do this.</p>
<p>a. Go to Control Panel.</p>
<p>b. Then, Add/Remove Programs</p>
<p>c. Finally, Windows Components</p>
<p>7) You will have to give a name to your cluster and also assign an IP address with the Shared disk resources.</p>
<p>Now turn on the second node in the cluster and move to the First one (Original one) once the second one is online. Once you get back to the original one, to add another node use the Cluster Administrator.</p>
<p>Note : You will be able to install the second node quite easily in comparison to the first one as it will be based on the configuration of the second one.</p>
<p>Once you have installed the cluster sucessfully and everything works fine, follow the steps given below to install SQL server into the cluster :</p>
<p>1. To begin the installation process, you will have to insert the SQL Server Enterprise edition CD. If the installation does not start auto-matically, launch the setup through setup.exe.</p>
<p>2. Select Virtual Server on the computer name screen and enter a name by which you would like the Cluster be referred.</p>
<p>Note : This name is a Virtual name and is just like the hostname of a server.</p>
<p>3. Now make a service account to run the SQL web server and make sure that you provide Administration rights on each node on the cluster.</p>
<p>4. You will have to assign an IP address, Shared Resources and a service account to the SQL server while the installation.</p>
<p>Once you have done all the above steps correctly, a copy of SQL Server server will be installed on each node by the setup program within the cluster and the setting of the cluster will be installed automatically. Now you will be able to control the SQL server services by the cluster administrator.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://HostEntrepreneur.com/2009/11/08/how-to-set-up-a-microsoft-sql-web-server-cluster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using WinSCP to securely edit your site</title>
		<link>http://HostEntrepreneur.com/2009/08/30/using-winscp-to-securely-edit-your-site/</link>
		<comments>http://HostEntrepreneur.com/2009/08/30/using-winscp-to-securely-edit-your-site/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 17:23:30 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[getting started]]></category>
		<category><![CDATA[hostentrepreneur]]></category>
		<category><![CDATA[maintenance]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://HostEntrepreneur.com/?p=114</guid>
		<description><![CDATA[FTP is just not secure by itself. So if you value your server&#8217;s securely you simply won&#8217;t use it for uploading or editing your site. We highly recommend a program like WinSCP, http://winscp.net/eng/index.php,  to upload or edit your site. WinSCP can use your editing PuTTY key pairs with SSH to get to your server. This [...]]]></description>
			<content:encoded><![CDATA[<p>FTP is just not secure by itself. So if you value your server&#8217;s securely you simply won&#8217;t use it for uploading or editing your site. We highly recommend a program like WinSCP, <a href="http://winscp.net/eng/index.php">http://winscp.net/eng/index.php</a>,  to upload or edit your site. WinSCP can use your editing PuTTY key pairs with SSH to get to your server. This is MUCH more secure, and you never expose your password.  </p>
<p>We do recommend that you make changes to you site&#8217;s files on your local machine and then upload them (with WinSCP) all at once.  But what if you need to make a change on the fly? Sure you could log in with PuTTY and use vi,vim, nano, or one of a dozen other editors. But WinSCP can help you out there too.   You can use your existing Windows based editor with WinSCP. Personally, I love EditPlus, <a href="http://www.editplus.com/">http://www.editplus.com/</a>, it&#8217;s small fast and has a lot of features. But it doesn&#8217;t work over SSH (at least not last time I looked anyway).</p>
<p>First, setup WinSCP to get to your server like you normally would. It will need the FQDN or ip address, port number (you&#8217;re not using 22 anymore right?), your login, and your key file.  Go ahead and save the session&#8230; Now on the left side tree menu, select Preferences, and then select the Preferences&#8230; button, and a new window should appear with new left side tree navigation.  A few down, there is a leaf called a Editors, select that. It should look like this:</p>
<p><img class="aligncenter size-medium wp-image-115" title="winscp-editors-before" src="http://HostEntrepreneur.com/wp-content/uploads/2009/08/winscp-editors-before-300x250.png" alt="winscp-editors-before" width="300" height="250" /></p>
<p>Click the Add button.  Select the External Editor radio box, then click Browse. Find the path to your editor, in my case that was c&#8221;\Program Files (x86)\Edit Plus 3\editplus.exe - you&#8217;re may be different depending on OS version and what program you want to use. Under editor autoselection, you might want to change the association, say EditPlus for php files or .conf files. There&#8217;s another option there too&#8230; Inside the Add dialob box, there&#8217;s an &#8220;Associated Application&#8221; &#8211; then specify the type of files you want opened with your default Windows application for that extension. For example, I use CorelDraw for .cdr and .psd files, and Windows will automatically open CorelDraw for me if I double-click in Explorer. With the Associated Application radio box, that is extended into WinSCP as well.  So inside of WinSCP if I double-click a .cdr or .psd file, CorelDraw opens automatically, and when I click save it is transferred back to the server. This is even great for using different types of editors for different files.</p>
<p>You probably need to change the order in which programs are checked in the list. WinSCP goes from top to bottom until it finds an editor it can use for the file. So I&#8217;d put &#8220;Associated application&#8221; at the top, then your prefered text editor(s), then WinSCP&#8217;s internal editor at the bottom.</p>
<p>Sometimes, you&#8217;ll have issues with backup copies that programs make, or you may just want to keep them saved locally&#8230; Sometimes this is easily accomplished. For EditPlus, go to Preferences, then Files. There is a checkbox called &#8220;Create backup file when saving&#8221;, check it if it&#8217;s not. Then hit the button next to it &#8220;Backup Options&#8221;, select your local backup directory, and check the &#8220;Create backup file of remote file in backup directory&#8221; box. And you should be good to go.</p>
<p>Caution&#8230; As with any changes to a system, before you use this for real (ie a real configuration file that matters to you), create a dummy file out in a directory you don&#8217;t care about, and TEST it. Make some changes to that file. Check that it works as you expect BEFORE using this for real production files. Of course, best of all is to not use this on production files directly, but to edit them locally then transfer when you&#8217;re sure they&#8217;re right, but as you know life doesn&#8217;t always work that way.</p>
]]></content:encoded>
			<wfw:commentRss>http://HostEntrepreneur.com/2009/08/30/using-winscp-to-securely-edit-your-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Premium&#8221; vs. Mixed vs. Value Bandwidth</title>
		<link>http://HostEntrepreneur.com/2009/08/28/premium-vs-mixed-vs/</link>
		<comments>http://HostEntrepreneur.com/2009/08/28/premium-vs-mixed-vs/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 05:00:52 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[bandwidth]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://HostEntrepreneur.com/?p=107</guid>
		<description><![CDATA[What is &#8220;premium bandwidth&#8221;?   If you&#8217;re searching for hosting, vps, dedicated servers, colocation, etc., chances are you&#8217;ve run across the terms &#8220;premium&#8221; and &#8220;mixed&#8221; bandwidth. But what does it mean? And what if it isn&#8217;t premium or mixed? Basically there are 2 recognized levels of bandwidth: premium, and not &#8211; which we&#8217;ll call &#8220;value&#8221; bandwidth. Often [...]]]></description>
			<content:encoded><![CDATA[<p>What is &#8220;premium bandwidth&#8221;?   If you&#8217;re searching for hosting, vps, dedicated servers, colocation, etc., chances are you&#8217;ve run across the terms &#8220;premium&#8221; and &#8220;mixed&#8221; bandwidth. But what does it mean? And what if it isn&#8217;t premium or mixed?</p>
<p>Basically there are 2 recognized levels of bandwidth: premium, and not &#8211; which we&#8217;ll call &#8220;value&#8221; bandwidth. Often value bandwidth is Cogent. They provide a lot of bandwidth to a lot of providers and do it at a very reasonable rate.  Cogent is huge&#8230; not that the other&#8217;s aren&#8217;t. But they are the number 1 name that pops up talking about value grade bandwidth.</p>
<p>Permium bandwidth, on the other hand, is made up of Tier 1 providers like: AT&amp;T, Sprint, Saavis, Level 3, etc. These are the REALLY BIG boys with large international networks at very high speeds.  Look into these networks if you ever want to put your home cable or even FIOS in perspective.</p>
<p>So that&#8217;s 2 types&#8230; Premium and Value, but you often see &#8220;Mixed&#8221; as well. Simple, it just a combination of the 2. Done right, it can be the best of both worlds, better pricing, and better connectivity as well.  Typically, if you&#8217;re seeing either a dedicated or shared unmetered connection it&#8217;s probably going either be or at least have come value bandwidth in there, if not all. I&#8217;d look for a mixed bandwidth connection unless you absolutely need 100% pure premium bandwidth, and if you had read this article to find out what it was, you don&#8217;t.</p>
]]></content:encoded>
			<wfw:commentRss>http://HostEntrepreneur.com/2009/08/28/premium-vs-mixed-vs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Secondary cPanel DNS with cPanel&#8217;s Clustering</title>
		<link>http://HostEntrepreneur.com/2009/08/26/secondary-cpanel-dns-with-cpanels-clustering/</link>
		<comments>http://HostEntrepreneur.com/2009/08/26/secondary-cpanel-dns-with-cpanels-clustering/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 05:01:21 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[getting started]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://HostEntrepreneur.com/?p=103</guid>
		<description><![CDATA[cPanel has an option to cluster cPanel servers for DNS services. This allows you to have a true secondary, or tertiary, or&#8230; , dns server for your cPanel based hosts. This option is called Clustering and is installed but turned off on the default installation. But fortunately, the it is easily enabled. And if you [...]]]></description>
			<content:encoded><![CDATA[<p>cPanel has an option to cluster cPanel servers for DNS services. This allows you to have a true secondary, or tertiary, or&#8230; , dns server for your cPanel based hosts. This option is called Clustering and is installed but turned off on the default installation. But fortunately, the it is easily enabled. And if you don&#8217;t have a second cPanel server, cPanel offers a freely licensed &#8220;DNS Only&#8221; version. This is basically just the dns portion of the software&#8230; but for clustering acts the same as a standard cPanel server does.  If you want the DNS Only version it can be obtained here: <a href="http://www.cpanel.net/products/cpanelwhm/related-server-software.html">http://www.cpanel.net/products/cpanelwhm/related-server-software.html</a></p>
<p>Step 1 &#8211; Get your 2nd cPanel server (or cPanel DNS-Only server) up and running&#8230; we&#8217;ll call it &#8220;ns2&#8243;, assuming &#8220;ns1&#8243; is on the main server.<br />
Step 2 &#8211; Log into ns2&#8242;s WHM at <a href="http://your.ip.address:2087/">http://your.ip.address:2087/</a>  with your root password<br />
Step 3 &#8211; Under &#8221;Cluster/Remote Access&#8221; on the left side, select &#8220;Configure Cluster&#8221;<br />
Step 4 &#8211; Under &#8220;Modify Cluster Status&#8221;, enable dns clustering if it is disabled.<br />
Step 5 &#8211; Back under &#8220;Cluster/Remote Access&#8221; select &#8220;Setup Remote Access Key&#8221;.<br />
Step 6 &#8211; Go ahead and &#8220;Generate New Key&#8221; for some reason I&#8217;ve had trouble with the existing key the 1st time.<br />
Step 7 &#8211; Copy the Current Access Key, make sure you select the WHOLE KEY &#8230; scroll down to get it all.<br />
Step 8 &#8211; Log in to ns1&#8242;s WHM with your root password<br />
Step 9 &#8211; Under &#8221;Cluster/Remote Access&#8221; on the left side, select &#8220;Configure Cluster&#8221;<br />
Step 10 &#8211; Under &#8220;Modify Cluster Status&#8221;, enable dns clustering if it is disabled.<br />
Step 11 &#8211; Under the Servers in your cluster section, add the ip address of ns2 and click configure.<br />
Step 12 &#8211; When prompted for the access key, paste the whole key into the box.<br />
Step 13 &#8211; Back under &#8220;Configure Cluster&#8221; your new ns2 should now be listed, change the Role to &#8220;Synchronize Changes&#8221; to start sending dns to that server.<br />
Step 14 &#8211; Under &#8220;DNS Functions&#8221; on the left pane, select &#8220;Synchronize DNS Records&#8221; to push existing records to the new server.<br />
Step 15 &#8211; You should now be able to query the new nameserver with nslookup for existing domains that you serve.<br />
Step 16 &#8211; If all went well, update your registrar with the new name and ip address of your new secondary nameserver.</p>
<p> This is the perfect application for a small vps&#8230; We even offer a secondary cPanel dns only vps service that we install it for you, and only handles dns for a rather reduced rate of $5.95/month at Lagniappe Internet, <a href="http://www.LagniappeInternet.com/">http://www.LagniappeInternet.com/</a> . Perfect for vps resellers who don&#8217;t want the expense of maintaining their own secondary cPanel server but want the redundancy of a real secondary dns server.</p>
]]></content:encoded>
			<wfw:commentRss>http://HostEntrepreneur.com/2009/08/26/secondary-cpanel-dns-with-cpanels-clustering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DemoWolf Hosting Video Tutorials</title>
		<link>http://HostEntrepreneur.com/2009/08/22/demowolf-hosting-video-tutorials/</link>
		<comments>http://HostEntrepreneur.com/2009/08/22/demowolf-hosting-video-tutorials/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 15:42:45 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Customer Support]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://HostEntrepreneur.com/?p=84</guid>
		<description><![CDATA[The more you can make your customers self sufficient the less time you need to answer the same questions over and over. That leads to more time available for other things such as building services, finding new customers, etc.  That&#8217;s why we all start working on Knowledgebase (KB) building pretty quickly. But some people aren&#8217;t good at visualizing. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.demowolf.com" target="_new"><img class="aligncenter size-full wp-image-85" title="logodemowolf" src="http://HostEntrepreneur.com/wp-content/uploads/2009/08/logodemowolf.gif" alt="logodemowolf" width="125" height="70" /></a></p>
<p>The more you can make your customers self sufficient the less time you need to answer the same questions over and over. That leads to more time available for other things such as building services, finding new customers, etc.  That&#8217;s why we all start working on Knowledgebase (KB) building pretty quickly. But some people aren&#8217;t good at visualizing. That is they don&#8217;t take written instructions and mentally translate that into what they will see and do. Others do&#8230; For the ones that do,  knowledgebase articles work great. I&#8217;m one of those people. I&#8217;d rather a short KB instruction and then I can go do it&#8230; Others need to be shown. That&#8217;s where DemoWolf hosting video tutorials comes in.</p>
<p>DemoWolf has over 3600 ready made tutorials for practically any hosting related subject you&#8217;d want. Not only are there the normal cPanel, WHM, DirectAdmin, etc. but other subjects such as PuTTY, Paypal, and transfering domain names. They have tutorials that are textual with pictures (think pop up video  but instructional not comical) as well as with voice-over.</p>
<p>I highly recommend DemoWolf tutorials&#8230; We&#8217;ve just recently started to use them ourselves and are getting positive feedback already. Check out their site at <a href="http://www.DemoWolf.com">http://www.DemoWolf.com</a>   and check out the bundles and save 50% or more. If you have questions, I&#8217;m sure you will find them most helpful as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://HostEntrepreneur.com/2009/08/22/demowolf-hosting-video-tutorials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Review: Binary Canary</title>
		<link>http://HostEntrepreneur.com/2009/08/16/review-binary-canary/</link>
		<comments>http://HostEntrepreneur.com/2009/08/16/review-binary-canary/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 05:01:32 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[maintenance]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://HostEntrepreneur.com/?p=39</guid>
		<description><![CDATA[Binary Canary&#8217;s, http://www.binarycanary.com, slogan in &#8220;We alert you first&#8221;. For the past several months we&#8217;ve been trying them out, and honestly&#8230; they DO! We run redundant Nagios systems &#8211; one in each datacenter monitoring pretty much everything. But often Binary Canary will be the first to let us know if something happens. The service has [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" title="Binary Canary" src="http://binarycanary.com/user/images/structure/logo-binarycanary.jpg" alt="" width="243" height="44" /></p>
<p>Binary Canary&#8217;s, <a href="http://ww.binarycanary.com">http://www.binarycanary.com</a>, slogan in &#8220;We alert you first&#8221;. For the past several months we&#8217;ve been trying them out, and honestly&#8230; they DO! We run redundant Nagios systems &#8211; one in each datacenter monitoring pretty much everything. But often Binary Canary will be the first to let us know if something happens.</p>
<p>The service has been excellent. We had tried out Just Uptime, and had an account with Hyperspin for a long time. Just Uptime&#8217;s service had false positive as well as negatives, and had several outages that we never heard a word about except through hosting forums. Hyperspin performance is excellent but comes at a price. Service wise, Hyperspin and Binary Canary seemed about equal. There are differences in reports, but as far as notification goes both seem to be of very high reliability.</p>
<p>So it comes down to price&#8230; Hyperspin for 10 monitors at 1 minute intervals is $120 per month ($86 and change if you&#8217;re a reseller). Binary Canary on the other hand is $5! No I didn&#8217;t leave off a zero. It&#8217;s $5 for 10 1 minute monitors! And if you upgrade to the Power Plan you get for 30 monitors, letting you  monitor the same 10 sites from EACH of their 3 facilities (Seattle, DC and London) for $10 a month. That&#8217;s a bargain! &#8230; Now if they&#8217;d make it where I could get multiple uptime badges on a single page for a server status page (something happens with the javascript I think where it shows the same badge repeatedly &#8211; but didn&#8217;t really dig to see what&#8217;s happening), that would be icing on the cake.</p>
<p>Disclosure: We have NOT been compensated by binarycanary.com in any way for this review, nor do we expect to be. We have found a service we feel to be reliable while providing quite a bit of value at an extremely reasonable price, and we thought we&#8217;d share that with you. (We&#8217;re like that.)</p>
<p>Quick Update: Binary Canary&#8217;s developer did some work yesterday, and now in FireFox the uptime badges work like you would expect. IE 7 and 8 have issues (but then when don&#8217;t they???)  You have to give them credit&#8230; within hours of hearing about my wanting multiple badges on a single page they started addressing the issue.  I suspect they&#8217;ll get the IE goofyness ironed out too. If you want to see multiple badges on a page you can go to our server status page at <a href="http://www.LagniappeInternet.com/servers.php">http://www.LagniappeInternet.com/servers.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://HostEntrepreneur.com/2009/08/16/review-binary-canary/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>


<!-- W3 Total Cache: Minify debug info:
Engine:             disk
Group:              default
-->

<!-- W3 Total Cache: Page cache debug info:
Engine:             disk (enhanced)
Key:                tag/service/feed/_default_.html
Caching:            disabled
Reject reason:      user agent is rejected
Status:             not cached
Creation Time:      0.742s
Header info:
X-Powered-By:       W3 Total Cache/0.8.5.2
X-Pingback:         http://HostEntrepreneur.com/xmlrpc.php
Last-Modified:      Wed, 17 Feb 2010 14:00:50 GMT
ETag:               "9cb61d19468e71fa6b44639d2391284b"
Content-Type:       text/xml; charset=UTF-8
-->