<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>CharlieBlog &#187; NMS</title>
	<atom:link href="http://www.longitudetech.com/tag/nms/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.longitudetech.com</link>
	<description></description>
	<lastBuildDate>Tue, 20 Apr 2010 20:20:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<!-- podcast_generator="podPress/8.8" - maintenance_release="8.8.4" -->
		<copyright>Copyright &#xA9; LongitudeTech Blog 2010 </copyright>
		<managingEditor>info@longitudetech.com (CharlieBlog)</managingEditor>
		<webMaster>info@longitudetech.com (CharlieBlog)</webMaster>
		<category>posts</category>
		<itunes:keywords></itunes:keywords>
		<itunes:subtitle></itunes:subtitle>
		<itunes:summary>Linux, Networking, Stories, and Rants</itunes:summary>
		<itunes:author>CharlieBlog</itunes:author>
		<itunes:category text="Society &amp; Culture"/>
		<itunes:owner>
			<itunes:name>CharlieBlog</itunes:name>
			<itunes:email>info@longitudetech.com</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://www.longitudetech.com/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<image>
			<url>http://www.longitudetech.com/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
			<title>CharlieBlog</title>
			<link>http://www.longitudetech.com</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>Zenoss: We Can Ditch Nagios Now</title>
		<link>http://www.longitudetech.com/linux-unix/zenoss-we-can-ditch-nagios-now/</link>
		<comments>http://www.longitudetech.com/linux-unix/zenoss-we-can-ditch-nagios-now/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 01:34:20 +0000</pubDate>
		<dc:creator>charlie</dc:creator>
				<category><![CDATA[IT Management]]></category>
		<category><![CDATA[Linux / Unix]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[networks]]></category>
		<category><![CDATA[NMS]]></category>

		<guid isPermaLink="false">http://www.longitudetech.com/blog/?p=20</guid>
		<description><![CDATA[Another perfect example of open source software gone commercial is Zenoss. As a full-featured network and service monitoring solution, Zenoss is one of the best monitoring tools available. Most importantly, Zenoss combines two functionalities. First and foremost an enterprise environment requires host and service monitoring, with notifications. Network monitoring really means checking services, checking that hosts [...]


Related posts:<ol><li><a href='http://www.longitudetech.com/networking/squeeze-your-gigabit-nic-for-top-performance-2/' rel='bookmark' title='Permanent Link: Squeeze Your Gigabit NIC for Top Performance'>Squeeze Your Gigabit NIC for Top Performance</a></li>
<li><a href='http://www.longitudetech.com/linux-unix/managing-virtual-machine-and-cloud-sprawl/' rel='bookmark' title='Permanent Link: Managing Virtual Machine and Cloud Sprawl'>Managing Virtual Machine and Cloud Sprawl</a></li>
<li><a href='http://www.longitudetech.com/networking/built-in-security-with-cisco-ips/' rel='bookmark' title='Permanent Link: Built-in Security with Cisco IPS'>Built-in Security with Cisco IPS</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Another perfect example of open source software gone commercial is <a href="http://www.zenoss.com/" onclick="pageTracker._trackPageview('/outgoing/www.zenoss.com/?referer=');">Zenoss</a>. As a full-featured network and service monitoring solution, Zenoss is one of the best monitoring tools available.</p>
<p>Most importantly, Zenoss combines two functionalities. First and foremost an enterprise environment requires host and service monitoring, with notifications. Network monitoring really means checking services, checking that hosts are up (they ping), and possibly writing your own plugins to check various other aspects of a server or network device. Until now, Nagios has filled that role.</p>
<p>Second, once a decent monitoring solution is in place, getting time-based information becomes desirable. Memory and CPU usage is the most prevalent example: if you&#8217;re checking available swap space every so often with Nagios, you may know when you start running low. But it may be just as important to see a graph of the last week&#8217;s usage. Tools like Cacti or Munin, which collect data frequently and use RRD graphs to display it, are very useful.</p>
<p>Zenoss fills both roles, without the annoying shortcomings prevalent in the alternative solutions. Zenoss uses the terms Availability Monitoring and Performance Monitoring to describe these two fundamental roles.</p>
<p>Performance of monitoring tools is important, and often times overlooked until it becomes a debilitating problem. For example, if you want to chart pretty RRD graphs of systems statistics like available RAM or disk space, <a href="http://munin.projects.linpro.no/" onclick="pageTracker._trackPageview('/outgoing/munin.projects.linpro.no/?referer=');">Munin</a> is an option. Unfortunately it&#8217;s all Perl, and designed in such a way that prevents it from scaling to even moderate amounts of hosts. <a href="http://cacti.net/" onclick="pageTracker._trackPageview('/outgoing/cacti.net/?referer=');">Cacti</a> is a bit better, but monitoring close to 100 hosts is painful with either option. Along comes Zenoss.</p>
<p>Zenoss is written in Python, and uses a MySQL backend for storage, and by all accounts it appears to perform very well. The really great thing about corporate-backed open source is quality control. The community simply isn&#8217;t responsible enough to say, &#8220;No, this won&#8217;t work, re-implement it.&#8221; A company with QA is.</p>
<p>Speaking of features, Zenoss isn&#8217;t missing many. Flexibility seems to be top priority–it can monitor hosts with SNMP, Nagios agents, SSH, Windows WMI, and various other mechanisms. Many features they claim are a bit over-inflated, such as ZenPing (marketed as Network Topology Monitoring) but the feature set is rich nonetheless.</p>
<p>Zenoss&#8217;s primary functions involve four features:</p>
<ul>
<li>Inventory Tracking</li>
<li>Availability Monitoring</li>
<li>Performance Monitoring</li>
<li>Event Monitoring and Management</li>
</ul>
<p>Inventory tracking claims some sort of &#8220;configuration&#8221; reporting as well, but it seems very limited. Zenoss will discover your inventory and auto-populate a database. This is great for knowing which IP addresses are in use, for example, but means that &#8220;configuration&#8221; reporting is limited to an outside observer&#8217;s perspective. It can tell you which servers have a Web server running, but it certainly doesn&#8217;t deal with the configuration of the Web server. Of course, inventory tracking isn&#8217;t limited to automatically discovered information; there are manual input capabilities too.</p>
<p>Availability monitoring is basically Nagios, plus. It can ping, it can monitor Windows machines, and it can pretty much do whatever you need. Even your old Nagios plugins will work with Zenoss. It does generate reports, but much better ones than Nagios is capable of.</p>
<p>Host monitoring, performance monitoring, or whatever you&#8217;d like to call it, is quite robust in Zenoss. Some would think it&#8217;s light on features, but there&#8217;s a good reason that Zenoss requires you use SNMP: it&#8217;s much more scalable than SSH&#8217;ing to each server every minute. A bit of up-front configuration is required, in that all your hosts will need SNMP configured and working, but it&#8217;s completely worth it. Zenoss too uses RRD graphs, and it can generate events and alerts based on pre-defined thresholds.</p>
<p>Finally we come to event monitoring. Zenoss is also encroaching on <a href="http://www.splunk.com/" onclick="pageTracker._trackPageview('/outgoing/www.splunk.com/?referer=');">Splunk</a>&#8216;s territory a bit. It can combine syslog, availability monitoring alerts, SNMP traps, and even Windows event log data. Much like Splunk, Zenoss correlates similar events for easier viewing and troubleshooting. This is the portion that processes all events and generates alerts to pagers or e-mail, taking into account the escalation procedure you&#8217;ve defined.</p>
<p>To top it all off, the Zenoss Web interface is top-notch. It includes a customizable &#8220;dashboard&#8221; for monitoring, and everything is AJAX-enabled. AJAX provides the user experience similar to Splunk and Google&#8217;s Gmail.</p>
<p>Marketing fluff aside, Zenoss really does provide a wonderful product. It is, of course, open source and available for free.</p>
<p>At last year&#8217;s <a href="http://www.enterprisenetworkingplanet.com/netsysm/article.php/3649236" onclick="pageTracker._trackPageview('/outgoing/www.enterprisenetworkingplanet.com/netsysm/article.php/3649236?referer=');">LISA</a> conference, Zenoss gave a demonstration that sadly coincided with free beer time. Stumbling in toward the end, I demanded one of their free baseball caps, and sat to listen to the last few audience questions. One thing was very obvious: everyone in the room was excited about this product. If hardcore sysadmins are excited, you know this is something worthwhile.</p>
<p>Zenosss is very functional and full of features. It may even be possible to replace three separate pieces of software with this one product: host inventory database, Nagios, and your performance monitoring tool of choice. Maybe even Splunk some day. We can&#8217;t wait to see what features they will be adding next.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d20').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Share this! (we greatly appreciate you sharing with friends)</em></strong></a>
<br />
<div class="d20" style="overflow:hidden">
<br />
<a onclick="pageTracker._trackPageview('/outgoing/del.icio.us/post?url=http_3A_2F_2Fwww.longitudetech.com_2Flinux-unix_2Fzenoss-we-can-ditch-nagios-now_2F_amp_title=Zenoss_3A+We+Can+Ditch+Nagios+Now&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.longitudetech.com%2Flinux-unix%2Fzenoss-we-can-ditch-nagios-now%2F&amp;title=Zenoss%3A+We+Can+Ditch+Nagios+Now" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.longitudetech.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="pageTracker._trackPageview('/outgoing/digg.com/submit?phase=2_amp_url=http_3A_2F_2Fwww.longitudetech.com_2Flinux-unix_2Fzenoss-we-can-ditch-nagios-now_2F_amp_title=Zenoss_3A+We+Can+Ditch+Nagios+Now&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.longitudetech.com%2Flinux-unix%2Fzenoss-we-can-ditch-nagios-now%2F&amp;title=Zenoss%3A+We+Can+Ditch+Nagios+Now" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.longitudetech.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="pageTracker._trackPageview('/outgoing/www.facebook.com/sharer.php?u=http_3A_2F_2Fwww.longitudetech.com_2Flinux-unix_2Fzenoss-we-can-ditch-nagios-now_2F&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.longitudetech.com%2Flinux-unix%2Fzenoss-we-can-ditch-nagios-now%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.longitudetech.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="pageTracker._trackPageview('/outgoing/www.google.com/bookmarks/mark?op=edit_amp_output=popup_amp_bkmk=http_3A_2F_2Fwww.longitudetech.com_2Flinux-unix_2Fzenoss-we-can-ditch-nagios-now_2F_amp_title=Zenoss_3A+We+Can+Ditch+Nagios+Now&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.longitudetech.com%2Flinux-unix%2Fzenoss-we-can-ditch-nagios-now%2F&amp;title=Zenoss%3A+We+Can+Ditch+Nagios+Now" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.longitudetech.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="pageTracker._trackPageview('/outgoing/reddit.com/submit?url=http_3A_2F_2Fwww.longitudetech.com_2Flinux-unix_2Fzenoss-we-can-ditch-nagios-now_2F_amp_title=Zenoss_3A+We+Can+Ditch+Nagios+Now&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.longitudetech.com%2Flinux-unix%2Fzenoss-we-can-ditch-nagios-now%2F&amp;title=Zenoss%3A+We+Can+Ditch+Nagios+Now" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.longitudetech.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="pageTracker._trackPageview('/outgoing/slashdot.org/bookmark.pl?url=http_3A_2F_2Fwww.longitudetech.com_2Flinux-unix_2Fzenoss-we-can-ditch-nagios-now_2F_amp_title=Zenoss_3A+We+Can+Ditch+Nagios+Now&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.longitudetech.com%2Flinux-unix%2Fzenoss-we-can-ditch-nagios-now%2F&amp;title=Zenoss%3A+We+Can+Ditch+Nagios+Now" rel="nofollow" title="Add to&nbsp;Slashdot"><img class="social_img" src="http://www.longitudetech.com/wp-content/plugins/social-bookmarks/images/slashdot.png" title="Add to&nbsp;Slashdot" alt="Add to&nbsp;Slashdot" /></a>
<a onclick="pageTracker._trackPageview('/outgoing/www.stumbleupon.com/submit?url=http_3A_2F_2Fwww.longitudetech.com_2Flinux-unix_2Fzenoss-we-can-ditch-nagios-now_2F_amp_title=Zenoss_3A+We+Can+Ditch+Nagios+Now&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.longitudetech.com%2Flinux-unix%2Fzenoss-we-can-ditch-nagios-now%2F&amp;title=Zenoss%3A+We+Can+Ditch+Nagios+Now" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.longitudetech.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="pageTracker._trackPageview('/outgoing/twitter.com/home/?status=Check+out+Zenoss_3A+We+Can+Ditch+Nagios+Now+_+http_3A_2F_2Fwww.longitudetech.com_2Flinux-unix_2Fzenoss-we-can-ditch-nagios-now_2F&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Zenoss%3A+We+Can+Ditch+Nagios+Now+@+http%3A%2F%2Fwww.longitudetech.com%2Flinux-unix%2Fzenoss-we-can-ditch-nagios-now%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.longitudetech.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="pageTracker._trackPageview('/outgoing/myweb2.search.yahoo.com/myresults/bookmarklet?u=http_3A_2F_2Fwww.longitudetech.com_2Flinux-unix_2Fzenoss-we-can-ditch-nagios-now_2F_amp_t=Zenoss_3A+We+Can+Ditch+Nagios+Now&amp;referer=');window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.longitudetech.com%2Flinux-unix%2Fzenoss-we-can-ditch-nagios-now%2F&amp;t=Zenoss%3A+We+Can+Ditch+Nagios+Now" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.longitudetech.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d20').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->


<p>Related posts:<ol><li><a href='http://www.longitudetech.com/networking/squeeze-your-gigabit-nic-for-top-performance-2/' rel='bookmark' title='Permanent Link: Squeeze Your Gigabit NIC for Top Performance'>Squeeze Your Gigabit NIC for Top Performance</a></li>
<li><a href='http://www.longitudetech.com/linux-unix/managing-virtual-machine-and-cloud-sprawl/' rel='bookmark' title='Permanent Link: Managing Virtual Machine and Cloud Sprawl'>Managing Virtual Machine and Cloud Sprawl</a></li>
<li><a href='http://www.longitudetech.com/networking/built-in-security-with-cisco-ips/' rel='bookmark' title='Permanent Link: Built-in Security with Cisco IPS'>Built-in Security with Cisco IPS</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.longitudetech.com/linux-unix/zenoss-we-can-ditch-nagios-now/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->