 




<?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: Free infrastructure/network monitoring software for SMB</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/free-infrastructurenetwork-monitoring-software-for-smb/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/free-infrastructurenetwork-monitoring-software-for-smb/</link>
	<description></description>
	<lastBuildDate>Mon, 20 May 2013 05:26:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: labnuke99</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/free-infrastructurenetwork-monitoring-software-for-smb/#comment-82474</link>
		<dc:creator>labnuke99</dc:creator>
		<pubDate>Fri, 15 Oct 2010 18:18:02 +0000</pubDate>
		<guid isPermaLink="false">#comment-82474</guid>
		<description><![CDATA[Nice writeup Carlosdl! Thanks for sharing!]]></description>
		<content:encoded><![CDATA[<p>Nice writeup Carlosdl! Thanks for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlosdl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/free-infrastructurenetwork-monitoring-software-for-smb/#comment-82436</link>
		<dc:creator>carlosdl</dc:creator>
		<pubDate>Thu, 14 Oct 2010 18:11:04 +0000</pubDate>
		<guid isPermaLink="false">#comment-82436</guid>
		<description><![CDATA[It’s been almost 3 months since I started researching monitoring solutions, and &lt;b&gt;we are currently using Zenoss, but I can guarantee that this will be a definitive decision&lt;/b&gt;.

The first tool I evaluated was &lt;b&gt;Spiceworks&lt;/b&gt;.  This is a windows application that you can have installed and monitoring your network within 30 minutes or less.  It has a beautiful GUI and you can set it to scan your network, discover your devices, classify them and start monitoring them very easily.  It can monitor disks, network interfaces, printer toner, and even antivirus status on client machines.  It has good reporting options and includes a help desk solution.  You can use it free of charge.  I tested it with about 50 devices and it worked without issues.  It uses WMI, SSH and SMTP to monitor devices, so it doesn’t need an agent to be installed on monitored machines.

This tool is not open source.  You can add some functionality through some kind of add-ons, but you can’t modify the core application.  Additionally, they keep the tool free by including some ads  in the monitoring console.  &lt;b&gt;These were the two main things I didn’t like about Spiceworks, and this is why I decided to evaluate some open source alternatives&lt;/b&gt;.

&lt;b&gt;I evaluated 3 open source options:  Nagios, Zabbix and Zenoss.  I evaluated the free versions of these  products (not Nagios XI nor Zenoss enterprise).  At the end, we opted for Zenoss (core).&lt;/b&gt;

The first thing I should say, is that &lt;b&gt;I think that any thing that can be done with any of these 3 tools, can be done with the other two as well, but probably in a different way and with more or less work&lt;/b&gt;.  Additional functionality can be added to all 3 by means of plug-ins, add-ons or zenpacks, and as they are open source, you can modify the core application as well if you need to.

I post here the advantages and disadvantages I saw on each one, &lt;b&gt;based on our infrastructure, requirements and other factors that could be particular for our organization&lt;/b&gt;.  However, this might serve as a starting point for someone wanting to evaluate and choose a free and open source monitoring solution.

&lt;b&gt;NAGIOS:&lt;/b&gt;

Advantages:
-It is the less resource-hungry one.
-Its web interface is very fast and simple.
-It has a large user base, you can easily find help.
-Acceptable documentation.
-Many plug-ins and ad-ons available.
-Very flexible
-Network mapping capabilities.
-Many advanced features (which are not visible through the web interface, but are configurable through the many configuration files it uses).

Disadvantages:
-Configuration changes must be done by directly modifying the configuration files.  The default web interface does not include configuration options.
-It seems that there is no native support for authentication when sending e-mail alerts.  One can certainly make it work by installing and configuring some additional tools, but it requires some work.
-I didn’t like the web interface too much.
-The default web interface does not include graphics that one can use to make a trending analysis, it shows only real time data. One can generate graphics with the help of some additional tool that needs to be installed and configured.
-The default reports included are very few.
-It does not offer information useful to inventory the monitored devices (I know, it is a monitoring tool, nothing more)
-Everything is stored on text files (not database).
-An agent needs to be installed on (most of) the monitored devices (having an agent could be an advantage in some circumstances).
-Performance graphs, configuration wizards, custom dashboards and other features are available only in the commercial version (Nagios XI).

&lt;b&gt;ZABBIX:&lt;/b&gt;

Advantages:
-It offers graphing capabilities out of the box.  Graphs can be generated for almost anything.
-It shows many details (hardware and software) about monitored devices.
-It has device discovering capabilities, and with the agent installed on the devices, the auto discovery process can classify them and assign them the proper monitoring template, automatically.
-Everything is stored in a database, so you can easily query the information to create custom reports or with any other purpose.
-It needs a little more resources to run than Nagios, but its footprint is still small.
-When the agent is installed on the monitored machines, an additional tool is installed too, which is used to send data to the Zabbix server asynchronously, similar to SNMP traps.  Any program or script running on the machine can use this tool to send data to the server, which adds a great deal of flexibility.
-It is under active development, and although it is not as popular as Nagios, there are many people using it.

Disadvantages:
-The web interface is not very attractive.
-There is no native support for authentication when sending e-mail alerts.  One can certainly make it work by installing and configuring some additional tools, but it requires some work.
-An agent needs to be installed on (most of) the monitored devices (having an agent could be an advantage in some circumstances).
-There is a network map option, but maps need to be created manually.
-There is an inventory option, but device details must be added manually.
-The default reports included are very few.
-The documentation isn’t very god.
-The install guide could be improved.  The application needs to be installed from source, and resolving all dependencies to successfully compile the tool can take some time.

&lt;b&gt;ZENOSS:&lt;/b&gt;

Advantages:
-Very nice web interface
-It performs agent-less monitoring.  It uses WMI, SSH and SMTP to gather information from the monitored devices.
-Built-in support for authentication for e-mail alerts.
-Network mapping capabilities.
-Many reports included
-Backup and restore options from the web interface.
-Configurable dashboard
-It is under active development, and although it is not as popular as Nagios, there are many people using it.
-Acceptable documentation.
-Easy installation, with binary/native stack installers for most major Linux distributions.  Some virtual appliances available as well.
-It can run Nagios plug-ins

Disadvantages:
-It is very resource-hungry when compared to Nagios and Zabbix.
-The web interfaces can be slow.
-It has device discovery capabilities, but devices need to be classified manually after the discovery, and monitoring starts after a process called ‘model’ has been run on the devices.
-Some information is stored in a database (events) but some other information is stored in text files.

This is a summarized comparison of the 3 options we evaluated.  However &lt;b&gt;it was not an in-depth evaluation, and there arem for sure, many things that we overlooked when making our choice&lt;/b&gt;.

 Hope this helps someone in the future.

-CarlosDL]]></description>
		<content:encoded><![CDATA[<p>It’s been almost 3 months since I started researching monitoring solutions, and <b>we are currently using Zenoss, but I can guarantee that this will be a definitive decision</b>.</p>
<p>The first tool I evaluated was <b>Spiceworks</b>.  This is a windows application that you can have installed and monitoring your network within 30 minutes or less.  It has a beautiful GUI and you can set it to scan your network, discover your devices, classify them and start monitoring them very easily.  It can monitor disks, network interfaces, printer toner, and even antivirus status on client machines.  It has good reporting options and includes a help desk solution.  You can use it free of charge.  I tested it with about 50 devices and it worked without issues.  It uses WMI, SSH and SMTP to monitor devices, so it doesn’t need an agent to be installed on monitored machines.</p>
<p>This tool is not open source.  You can add some functionality through some kind of add-ons, but you can’t modify the core application.  Additionally, they keep the tool free by including some ads  in the monitoring console.  <b>These were the two main things I didn’t like about Spiceworks, and this is why I decided to evaluate some open source alternatives</b>.</p>
<p><b>I evaluated 3 open source options:  Nagios, Zabbix and Zenoss.  I evaluated the free versions of these  products (not Nagios XI nor Zenoss enterprise).  At the end, we opted for Zenoss (core).</b></p>
<p>The first thing I should say, is that <b>I think that any thing that can be done with any of these 3 tools, can be done with the other two as well, but probably in a different way and with more or less work</b>.  Additional functionality can be added to all 3 by means of plug-ins, add-ons or zenpacks, and as they are open source, you can modify the core application as well if you need to.</p>
<p>I post here the advantages and disadvantages I saw on each one, <b>based on our infrastructure, requirements and other factors that could be particular for our organization</b>.  However, this might serve as a starting point for someone wanting to evaluate and choose a free and open source monitoring solution.</p>
<p><b>NAGIOS:</b></p>
<p>Advantages:<br />
-It is the less resource-hungry one.<br />
-Its web interface is very fast and simple.<br />
-It has a large user base, you can easily find help.<br />
-Acceptable documentation.<br />
-Many plug-ins and ad-ons available.<br />
-Very flexible<br />
-Network mapping capabilities.<br />
-Many advanced features (which are not visible through the web interface, but are configurable through the many configuration files it uses).</p>
<p>Disadvantages:<br />
-Configuration changes must be done by directly modifying the configuration files.  The default web interface does not include configuration options.<br />
-It seems that there is no native support for authentication when sending e-mail alerts.  One can certainly make it work by installing and configuring some additional tools, but it requires some work.<br />
-I didn’t like the web interface too much.<br />
-The default web interface does not include graphics that one can use to make a trending analysis, it shows only real time data. One can generate graphics with the help of some additional tool that needs to be installed and configured.<br />
-The default reports included are very few.<br />
-It does not offer information useful to inventory the monitored devices (I know, it is a monitoring tool, nothing more)<br />
-Everything is stored on text files (not database).<br />
-An agent needs to be installed on (most of) the monitored devices (having an agent could be an advantage in some circumstances).<br />
-Performance graphs, configuration wizards, custom dashboards and other features are available only in the commercial version (Nagios XI).</p>
<p><b>ZABBIX:</b></p>
<p>Advantages:<br />
-It offers graphing capabilities out of the box.  Graphs can be generated for almost anything.<br />
-It shows many details (hardware and software) about monitored devices.<br />
-It has device discovering capabilities, and with the agent installed on the devices, the auto discovery process can classify them and assign them the proper monitoring template, automatically.<br />
-Everything is stored in a database, so you can easily query the information to create custom reports or with any other purpose.<br />
-It needs a little more resources to run than Nagios, but its footprint is still small.<br />
-When the agent is installed on the monitored machines, an additional tool is installed too, which is used to send data to the Zabbix server asynchronously, similar to SNMP traps.  Any program or script running on the machine can use this tool to send data to the server, which adds a great deal of flexibility.<br />
-It is under active development, and although it is not as popular as Nagios, there are many people using it.</p>
<p>Disadvantages:<br />
-The web interface is not very attractive.<br />
-There is no native support for authentication when sending e-mail alerts.  One can certainly make it work by installing and configuring some additional tools, but it requires some work.<br />
-An agent needs to be installed on (most of) the monitored devices (having an agent could be an advantage in some circumstances).<br />
-There is a network map option, but maps need to be created manually.<br />
-There is an inventory option, but device details must be added manually.<br />
-The default reports included are very few.<br />
-The documentation isn’t very god.<br />
-The install guide could be improved.  The application needs to be installed from source, and resolving all dependencies to successfully compile the tool can take some time.</p>
<p><b>ZENOSS:</b></p>
<p>Advantages:<br />
-Very nice web interface<br />
-It performs agent-less monitoring.  It uses WMI, SSH and SMTP to gather information from the monitored devices.<br />
-Built-in support for authentication for e-mail alerts.<br />
-Network mapping capabilities.<br />
-Many reports included<br />
-Backup and restore options from the web interface.<br />
-Configurable dashboard<br />
-It is under active development, and although it is not as popular as Nagios, there are many people using it.<br />
-Acceptable documentation.<br />
-Easy installation, with binary/native stack installers for most major Linux distributions.  Some virtual appliances available as well.<br />
-It can run Nagios plug-ins</p>
<p>Disadvantages:<br />
-It is very resource-hungry when compared to Nagios and Zabbix.<br />
-The web interfaces can be slow.<br />
-It has device discovery capabilities, but devices need to be classified manually after the discovery, and monitoring starts after a process called ‘model’ has been run on the devices.<br />
-Some information is stored in a database (events) but some other information is stored in text files.</p>
<p>This is a summarized comparison of the 3 options we evaluated.  However <b>it was not an in-depth evaluation, and there arem for sure, many things that we overlooked when making our choice</b>.</p>
<p> Hope this helps someone in the future.</p>
<p>-CarlosDL</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 5ft24</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/free-infrastructurenetwork-monitoring-software-for-smb/#comment-80385</link>
		<dc:creator>5ft24</dc:creator>
		<pubDate>Mon, 16 Aug 2010 19:17:07 +0000</pubDate>
		<guid isPermaLink="false">#comment-80385</guid>
		<description><![CDATA[@willnotletyou,
Why do you say the open Nagios only monitors 6 servers?
We are monitoring 183 servers in our environment with 5 to 6 services on each, and are using the OSS version without issue...
I highly recommend Nagios for it&#039;s versatility]]></description>
		<content:encoded><![CDATA[<p>@willnotletyou,<br />
Why do you say the open Nagios only monitors 6 servers?<br />
We are monitoring 183 servers in our environment with 5 to 6 services on each, and are using the OSS version without issue&#8230;<br />
I highly recommend Nagios for it&#8217;s versatility</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alexisw</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/free-infrastructurenetwork-monitoring-software-for-smb/#comment-80005</link>
		<dc:creator>alexisw</dc:creator>
		<pubDate>Wed, 04 Aug 2010 19:43:42 +0000</pubDate>
		<guid isPermaLink="false">#comment-80005</guid>
		<description><![CDATA[If I remember well, my previous company was using &lt;a href=&quot;http://www.whatsupgold.com&quot;&gt;What&#039;s Up Gold &lt;/a&gt;as network management software. I think it had all the bells &amp; whistles we wanted.]]></description>
		<content:encoded><![CDATA[<p>If I remember well, my previous company was using <a href="http://www.whatsupgold.com">What&#8217;s Up Gold </a>as network management software. I think it had all the bells &amp; whistles we wanted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlosdl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/free-infrastructurenetwork-monitoring-software-for-smb/#comment-79913</link>
		<dc:creator>carlosdl</dc:creator>
		<pubDate>Mon, 02 Aug 2010 13:55:47 +0000</pubDate>
		<guid isPermaLink="false">#comment-79913</guid>
		<description><![CDATA[Thanks Nnsa.  We are already using &lt;a href=&quot;http://munin-monitoring.org/&quot;&gt;Munin&lt;/a&gt; to monitor our Linux servers, but we are looking for a tool to monitor all of our machines (windows, linux and solaris).

Thanks.]]></description>
		<content:encoded><![CDATA[<p>Thanks Nnsa.  We are already using <a href="http://munin-monitoring.org/">Munin</a> to monitor our Linux servers, but we are looking for a tool to monitor all of our machines (windows, linux and solaris).</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mitrum</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/free-infrastructurenetwork-monitoring-software-for-smb/#comment-79833</link>
		<dc:creator>mitrum</dc:creator>
		<pubDate>Fri, 30 Jul 2010 01:44:56 +0000</pubDate>
		<guid isPermaLink="false">#comment-79833</guid>
		<description><![CDATA[Oop&#039;s but I use Spiceworks for the same . If you wants to block ads you can try k9 web protection or use Norton dns in your TCP/IP setting.]]></description>
		<content:encoded><![CDATA[<p>Oop&#8217;s but I use Spiceworks for the same . If you wants to block ads you can try k9 web protection or use Norton dns in your TCP/IP setting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlosdl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/free-infrastructurenetwork-monitoring-software-for-smb/#comment-79749</link>
		<dc:creator>carlosdl</dc:creator>
		<pubDate>Wed, 28 Jul 2010 15:39:55 +0000</pubDate>
		<guid isPermaLink="false">#comment-79749</guid>
		<description><![CDATA[Thanks Mitrum.

As I mentioned from the beginning, we have already  tested Spiceworks.]]></description>
		<content:encoded><![CDATA[<p>Thanks Mitrum.</p>
<p>As I mentioned from the beginning, we have already  tested Spiceworks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mitrum</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/free-infrastructurenetwork-monitoring-software-for-smb/#comment-79726</link>
		<dc:creator>mitrum</dc:creator>
		<pubDate>Wed, 28 Jul 2010 05:52:47 +0000</pubDate>
		<guid isPermaLink="false">#comment-79726</guid>
		<description><![CDATA[have you try spiceworks

http://www.spiceworks.com/referrer/mitrum]]></description>
		<content:encoded><![CDATA[<p>have you try spiceworks</p>
<p><a href="http://www.spiceworks.com/referrer/mitrum" rel="nofollow">http://www.spiceworks.com/referrer/mitrum</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlosdl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/free-infrastructurenetwork-monitoring-software-for-smb/#comment-79653</link>
		<dc:creator>carlosdl</dc:creator>
		<pubDate>Mon, 26 Jul 2010 17:06:13 +0000</pubDate>
		<guid isPermaLink="false">#comment-79653</guid>
		<description><![CDATA[Thank you guys, I really appreciate your responses.]]></description>
		<content:encoded><![CDATA[<p>Thank you guys, I really appreciate your responses.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: schmidtw</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/free-infrastructurenetwork-monitoring-software-for-smb/#comment-79644</link>
		<dc:creator>schmidtw</dc:creator>
		<pubDate>Mon, 26 Jul 2010 15:11:37 +0000</pubDate>
		<guid isPermaLink="false">#comment-79644</guid>
		<description><![CDATA[Hello Carlosdl,

We use Nagios for all of our monitoring, mostly because of the power and flexibility of the system.  We do not pay for anything Nagios, we use the service entirely free and have found NO LIMIT on the number or type of devices.  We run Nagios on a Linux server, which works well.  Despite it&#039;s huge functionality, the footprint is actually quite small.

We use the Nagios OSS for free - it is a web-based service hosted on the server which runs the Nagios service.  There are tools built in to allow for remote access and administration, so I can literally monitor every device on my network from anywhere in the world.  The interface is very informational, and I do not find anything more than the web-based version to be necessary.

We do not pay for support.  Nagios has such a large user base that I don&#039;t find the support necessary.  If you look around enough in forums and sites like this, you can find the configuration set ups and even code to do most everything you want.

The nice thing about Nagios is if you can think it, it can most likely be done.  From monitoring temperatures, to printer jams, ink levels, camera packet loss, etc. basically everything can be done, and it supports Perl scripts...which expands its horizons even more!  The extensibility of Nagios is phenomenal.  It can get quite involved.

We have looked at Spiceworks, but mainly only to add the I.T. ticketing ability.  It has not surpassed Nagios in any monitoring function.

Nagios can and will monitor disk usage, CPU load, processes or services, etc.  It also has incredibly modifiable alerts (email 8am-5pm, text 5pm-9pm, off 9pm-8am, for example), if you&#039;re willing to get your hands a little dirty.


Hope this helps!

-Schmidtw]]></description>
		<content:encoded><![CDATA[<p>Hello Carlosdl,</p>
<p>We use Nagios for all of our monitoring, mostly because of the power and flexibility of the system.  We do not pay for anything Nagios, we use the service entirely free and have found NO LIMIT on the number or type of devices.  We run Nagios on a Linux server, which works well.  Despite it&#8217;s huge functionality, the footprint is actually quite small.</p>
<p>We use the Nagios OSS for free &#8211; it is a web-based service hosted on the server which runs the Nagios service.  There are tools built in to allow for remote access and administration, so I can literally monitor every device on my network from anywhere in the world.  The interface is very informational, and I do not find anything more than the web-based version to be necessary.</p>
<p>We do not pay for support.  Nagios has such a large user base that I don&#8217;t find the support necessary.  If you look around enough in forums and sites like this, you can find the configuration set ups and even code to do most everything you want.</p>
<p>The nice thing about Nagios is if you can think it, it can most likely be done.  From monitoring temperatures, to printer jams, ink levels, camera packet loss, etc. basically everything can be done, and it supports Perl scripts&#8230;which expands its horizons even more!  The extensibility of Nagios is phenomenal.  It can get quite involved.</p>
<p>We have looked at Spiceworks, but mainly only to add the I.T. ticketing ability.  It has not surpassed Nagios in any monitoring function.</p>
<p>Nagios can and will monitor disk usage, CPU load, processes or services, etc.  It also has incredibly modifiable alerts (email 8am-5pm, text 5pm-9pm, off 9pm-8am, for example), if you&#8217;re willing to get your hands a little dirty.</p>
<p>Hope this helps!</p>
<p>-Schmidtw</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/8 queries in 0.037 seconds using memcached
Object Caching 395/396 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-20 05:40:05 -->