<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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" version="2.0">

<channel>
	<title>Zenoss Blog</title>
	
	<link>http://blog.zenoss.com</link>
	<description>No Node Left Behind</description>
	<pubDate>Tue, 26 Aug 2008 16:31:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/ZenossBlog" type="application/rss+xml" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">622254</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://www.feedburner.com</feedburner:feedburnerHostname><item>
		<title>Tip of the Month: Layer 3 Dependency Checker</title>
		<link>http://blog.zenoss.com/2008/08/26/tip-of-the-month-layer-3-dependency-checker/</link>
		<comments>http://blog.zenoss.com/2008/08/26/tip-of-the-month-layer-3-dependency-checker/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 16:31:19 +0000</pubDate>
		<dc:creator>Mark Hinkle</dc:creator>
		
		<category><![CDATA[Tips]]></category>

		<category><![CDATA[Zenoss Software]]></category>

		<guid isPermaLink="false">http://blog.zenoss.com/?p=444</guid>
		<description><![CDATA[This tip has been adapted from Wouter &#8216;netdata&#8217; D&#8217;Haeseleer&#8217;s post on Zenoss-Users:
http://community.zenoss.com/forums/viewtopic.php?p=23030
Download this file and put it in $ZENHOME/bin
http://www.zenoss.com/Members/netdata/tracepath.py
or if your Zenoss server has direct access to the internet you could do this:
wget http://www.zenoss.com/Members/netdata/tracepath.py -O $ZENHOME/bin/tracepath.py
or
curl -O http://www.zenoss.com/Members/netdata/tracepath.py -o $ZENHOME/bin/tracepath.py
Set the permissions:
chmod +x tracepath.py
You can now run it against any device you want to see [...]]]></description>
			<content:encoded><![CDATA[<p>This tip has been adapted from Wouter &#8216;netdata&#8217; D&#8217;Haeseleer&#8217;s post on Zenoss-Users:<br />
<a href="http://community.zenoss.com/forums/viewtopic.php?p=23030" >http://community.zenoss.com/forums/viewtopic.php?p=23030</a></p>
<p>Download this file and put it in $ZENHOME/bin<br />
<a href="http://www.zenoss.com/Members/netdata/tracepath.py" >http://www.zenoss.com/Members/netdata/tracepath.py</a></p>
<p>or if your Zenoss server has direct access to the internet you could do this:<br />
<tt>wget http://www.zenoss.com/Members/netdata/tracepath.py -O $ZENHOME/bin/tracepath.py</tt><br />
or<br />
<tt>curl -O http://www.zenoss.com/Members/netdata/tracepath.py -o $ZENHOME/bin/tracepath.py</tt></p>
<p>Set the permissions:<br />
<tt>chmod +x tracepath.py</tt></p>
<p>You can now run it against any device you want to see if Zenoss is able to build layer 3 dependencies for.</p>
<pre>tracepath.py swiss11
Getting path from zenoss0101 to swiss11...
zenoss -&gt; VGB-DC01-SW01 -&gt; VG_Turnhout -&gt; pbru223.controlnet.equant.net -&gt; pkt47.controlnet.equant.net -&gt; CHEL-ZO01-SW01 -&gt; swiss11</pre>
<p>This reveals the path from the Zenoss server to the device passed in.</p>
<p>When Zenoss is unable to trace the path it will throw an error:</p>
<pre>tracepath.py pkt1401
Getting path from zenoss0101 to pkt1401...
Traceback (most recent call last):
  File "/opt/zenoss/bin/tracepath.py", line 30, in ?
    path = source.os.traceRoute(destination, [])
  File "/opt/zenoss/Products/ZenModel/OperatingSystem.py", line 121, in traceRoute
    return nextdev.traceRoute(target, ippath)
  File "/opt/zenoss/Products/ZenModel/Device.py", line 507, in traceRoute
    return self.os.traceRoute(target, ippath)
  File "/opt/zenoss/Products/ZenModel/OperatingSystem.py", line 121, in traceRoute
    return nextdev.traceRoute(target, ippath)
  File "/opt/zenoss/Products/ZenModel/Device.py", line 507, in traceRoute
    return self.os.traceRoute(target, ippath)
  File "/opt/zenoss/Products/ZenModel/OperatingSystem.py", line 121, in traceRoute
    return nextdev.traceRoute(target, ippath)
  File "/opt/zenoss/Products/ZenModel/Device.py", line 507, in traceRoute
    return self.os.traceRoute(target, ippath)
  File "/opt/zenoss/Products/ZenModel/OperatingSystem.py", line 122, in traceRoute
    raise TraceRouteGap("unable to trace to %s, gap at %s" % (target.id,
Products.ZenModel.Exceptions.TraceRouteGap: unable to trace to pkt1401, gap at pbr213.controlnet.equant.net</pre>
<p>Zenoss throws an error that there is a gap at pbr213.controlnet.equant.net. This means the Zenoss server is unable to see the routes that will lead to pkt1401.</p>
<p>When you use this script without a correct device it will lead to this:</p>
<pre>tracepath.py foobar
Getting path from zenoss0101 to foobar...
Invalid destination.</pre>

<!-- start wp-tags-to-technorati 0.95 -->

<!-- end wp-tags-to-technorati -->
<img src="http://feeds.feedburner.com/~r/ZenossBlog/~4/375401545" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.zenoss.com/2008/08/26/tip-of-the-month-layer-3-dependency-checker/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Zenoss IRC session Thursday August 28 at 11am EST</title>
		<link>http://blog.zenoss.com/2008/08/25/zenoss-irc-session-thursday-august-28-at-11am-est/</link>
		<comments>http://blog.zenoss.com/2008/08/25/zenoss-irc-session-thursday-august-28-at-11am-est/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 21:13:02 +0000</pubDate>
		<dc:creator>Matt Ray</dc:creator>
		
		<category><![CDATA[Community]]></category>

		<category><![CDATA[Events]]></category>

		<category><![CDATA[developers]]></category>

		<category><![CDATA[irc]]></category>

		<category><![CDATA[Zenoss]]></category>

		<guid isPermaLink="false">http://blog.zenoss.com/?p=441</guid>
		<description><![CDATA[Zenoss developers will be available for questions on Thursday, August 28 at 11am EST in the #zenoss IRC channel on irc.freenode.net (port 6667). Please drop in and bring your questions, answers, suggestions and feedback.  Our JMX and Texas BBQ expert JP will be on hand to answer your questions.  See you there!
We&#8217;ll log [...]]]></description>
			<content:encoded><![CDATA[<p>Zenoss developers will be available for questions on Thursday, August 28 at 11am EST in the <strong>#zenoss</strong> IRC channel on <a href="irc://irc.freenode.net:6667" onclick="javascript:pageTracker._trackPageview('/outbound/article/irc://irc.freenode.net:6667');">irc.freenode.net</a> (port 6667). Please drop in and bring your questions, answers, suggestions and feedback.  Our JMX and Texas BBQ expert JP will be on hand to answer your questions.  See you there!</p>
<p>We&#8217;ll log the session and repost them <a href="http://www.zenoss.com/community/discuss/irc" >here</a> if you can&#8217;t make it.  </p>
<p>Don’t forget you can search for answers to common questions by visiting the <a href="http://community.zenoss.com/forums/" >Zenoss forums</a>.</p>

<!-- start wp-tags-to-technorati 0.95 -->

<p class='technorati-tags'>Tags: <a class='technorati-link' href='http://technorati.com/tag/Community' rel='tag' target='_self'>Community</a>, <a class='technorati-link' href='http://technorati.com/tag/developers' rel='tag' target='_self'>developers</a>, <a class='technorati-link' href='http://technorati.com/tag/irc' rel='tag' target='_self'>irc</a>, <a class='technorati-link' href='http://technorati.com/tag/Zenoss' rel='tag' target='_self'>Zenoss</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://feeds.feedburner.com/~r/ZenossBlog/~4/374660522" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.zenoss.com/2008/08/25/zenoss-irc-session-thursday-august-28-at-11am-est/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Announcing the Winners of the Zenoss Submit a ZenPack Contest</title>
		<link>http://blog.zenoss.com/2008/08/23/announcing-the-winners-of-the-zenoss-submit-a-zenpack-contest/</link>
		<comments>http://blog.zenoss.com/2008/08/23/announcing-the-winners-of-the-zenoss-submit-a-zenpack-contest/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 16:34:13 +0000</pubDate>
		<dc:creator>Matt Ray</dc:creator>
		
		<category><![CDATA[Community]]></category>

		<category><![CDATA[Kudos]]></category>

		<category><![CDATA[News Items]]></category>

		<category><![CDATA[Systems Management]]></category>

		<category><![CDATA[Zenoss Software]]></category>

		<category><![CDATA[Zenpacks]]></category>

		<category><![CDATA[Asterisk]]></category>

		<category><![CDATA[sqlserver]]></category>

		<category><![CDATA[Zenoss]]></category>

		<guid isPermaLink="false">http://blog.zenoss.com/?p=421</guid>
		<description><![CDATA[

The results are in and it&#8217;s time to announce the winners of the Zenoss Submit a ZenPack Contest.  There were a whole lot of exceptional entries  over the  past few weeks.  We had a tremendous response and there were 25 entries, more than doubling the number of Zenoss Community ZenPacks available [...]]]></description>
			<content:encoded><![CDATA[<p>
<img src="http://blog.zenoss.com/wp-content/uploads/2008/08/eeepc-2g-colors.jpg" alt="Asus Eee PC" title="Asus Eee PC" width="150" height="145" align="right" /></p>
<p>The <a href="http://blog.zenoss.com/2008/08/20/the-submit-a-zenpack-contest-entries/" >results are in</a> and it&#8217;s time to announce the winners of the <a href="http://blog.zenoss.com/2008/06/29/submit-a-zenpack-win-fabulous-prizes/" >Zenoss Submit a ZenPack Contest</a>.  There were <a href="http://blog.zenoss.com/2008/07/16/the-submit-a-zenpack-contest-is-rolling/" >a whole lot</a> of <a href="http://blog.zenoss.com/2008/07/25/the-zenpacks-keep-coming/" >exceptional entries </a> over the <a href="http://blog.zenoss.com/2008/08/11/submit-a-zenpack-contest-in-final-week/" > past few weeks</a>.  We had a tremendous response and there were 25 entries, more than doubling the number of Zenoss Community ZenPacks <a href="http://www.zenoss.com/community/projects/zenpacks/#commzenpacks" >available for download</a>.
</p>
<p>The winners have been chosen and they are Zenoss Community members Andrea Consadori and Fabio Paracchini.</p>
<p>
<strong>SQL Server 2000/2005 Performance ZenPack</strong> <a href="http://www.zenoss.com/community/projects/zenpacks/sql-server-performance" >http://www.zenoss.com/community/projects/zenpacks/sql-server-performance</a><br/><br />
Contributed by Community member Fabio Paracchini, this ZenPack is for monitoring SQL Server Performance and works with SQL 2000 and SQL 2005.  Highlights include graph the most significant counters for SQL Server:</p>
<ul>
<li>Cache Hit Ratio</li>
<li>Transactions per second</li>
<li>Locks requests per second</li>
<li>Lock wait time</li>
<li>Full table scans per second</li>
</ul>
<p><br/></p>
<p>
<strong>Asterisk Monitoring ZenPack</strong> <a href="http://www.zenoss.com/community/projects/zenpacks/asterisk" >http://www.zenoss.com/community/projects/zenpacks/asterisk</a><br/><br />
Submitted by Community member <a href="http://www.zenoss.com/Members/konsa79" >Andrea &#8216;konsa79&#8242; Consadori</a>, this ZenPack is for monitoring Asterisk server and VOIP statistics via the Asterisk Monitoring Interface.  It can be used for multiple Asterisk instances, and is under active use and improvement.<a href="http://www.zenoss.com/community/projects/zenpacks/zenpack-screenshots/asterisk_graphs.jpg"  rel="lightbox[421]"><img src="http://www.zenoss.com/community/projects/zenpacks/zenpack-screenshots/asterisk_graphs.jpg" alt="Asterisk Graphs" title="Asterisk Graphs" width="303" height="216"></a>
</p>
<p>For a complete list of all the entries from the contest:<br />
<a href="http://blog.zenoss.com/2008/08/20/the-submit-a-zenpack-contest-entries/" >http://blog.zenoss.com/2008/08/20/the-submit-a-zenpack-contest-entries/</a><br />
For a list of all the available ZenPacks, check out the ZenPacks site: <a href="http://www.zenoss.com/community/projects/zenpacks/" >http://www.zenoss.com/community/projects/zenpacks/</a></p>
<p>A great big thanks to Fabio, Andrea and all the other contributors!</p>

<!-- start wp-tags-to-technorati 0.95 -->

<p class='technorati-tags'>Tags: <a class='technorati-link' href='http://technorati.com/tag/Asterisk' rel='tag' target='_self'>Asterisk</a>, <a class='technorati-link' href='http://technorati.com/tag/Community' rel='tag' target='_self'>Community</a>, <a class='technorati-link' href='http://technorati.com/tag/sqlserver' rel='tag' target='_self'>sqlserver</a>, <a class='technorati-link' href='http://technorati.com/tag/Zenoss' rel='tag' target='_self'>Zenoss</a>, <a class='technorati-link' href='http://technorati.com/tag/Zenoss+Software' rel='tag' target='_self'>Zenoss Software</a>, <a class='technorati-link' href='http://technorati.com/tag/Zenpacks' rel='tag' target='_self'>Zenpacks</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://feeds.feedburner.com/~r/ZenossBlog/~4/372847367" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.zenoss.com/2008/08/23/announcing-the-winners-of-the-zenoss-submit-a-zenpack-contest/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Submit a ZenPack Contest Entries</title>
		<link>http://blog.zenoss.com/2008/08/20/the-submit-a-zenpack-contest-entries/</link>
		<comments>http://blog.zenoss.com/2008/08/20/the-submit-a-zenpack-contest-entries/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 19:56:54 +0000</pubDate>
		<dc:creator>Matt Ray</dc:creator>
		
		<category><![CDATA[Community]]></category>

		<category><![CDATA[News Items]]></category>

		<category><![CDATA[Systems Management]]></category>

		<category><![CDATA[Zenoss Software]]></category>

		<category><![CDATA[Zenpacks]]></category>

		<category><![CDATA[Asus Eee]]></category>

		<category><![CDATA[contest]]></category>

		<category><![CDATA[network monitoring]]></category>

		<category><![CDATA[Zenpack]]></category>

		<guid isPermaLink="false">http://blog.zenoss.com/?p=415</guid>
		<description><![CDATA[The Zenoss Submit a ZenPack Contest has concluded and first off, we would like to thank all the generous contributors to the contest!  We had a tremendous response rate, more than doubling the number of Community ZenPacks that were available before the contest.  There were a lot of really great entries, we&#8217;ll be [...]]]></description>
			<content:encoded><![CDATA[<p>The Zenoss <a href="http://blog.zenoss.com/2008/06/29/submit-a-zenpack-win-fabulous-prizes/" >Submit a ZenPack Contest</a> has concluded and first off, we would like to thank all the generous contributors to the contest!  We had a tremendous response rate, more than doubling the number of <a href="http://www.zenoss.com/community/projects/zenpacks/" >Community ZenPacks</a> that were available before the contest.  There were a lot of really great entries, we&#8217;ll be announcing the winners shortly.</p>
<p>Here is a quick rundown of all the entries:</p>
<ul><strong>NEW ZenPacks:</strong></p>
<li>AIX monitoring:<br/> temporarily unavailable</li>
<li>ASSP Anti-Spam Monitor:<br/> <a href="http://www.zenoss.com/community/projects/zenpacks/assp-antispam" >http://www.zenoss.com/community/projects/zenpacks/assp-antispam</a></li>
<li>Asterisk Monitoring:<br/> <a href="http://www.zenoss.com/community/projects/zenpacks/asterisk" >http://www.zenoss.com/community/projects/zenpacks/asterisk</a></li>
<li>BlueCoat Appliances:<br/><a href="http://www.zenoss.com/community/projects/zenpacks/bluecoat" >http://www.zenoss.com/community/projects/zenpacks/bluecoat</a></li>
<li>Brocade Switches Graphing:<br/><a href="http://www.zenoss.com/community/projects/zenpacks/brocade-switches" >http://www.zenoss.com/community/projects/zenpacks/brocade-switches</a></li>
<li>Cisco Adaptive Security Appliance:<br/><a href="http://www.zenoss.com/community/projects/zenpacks/cisco-asa" >http://www.zenoss.com/community/projects/zenpacks/cisco-asa</a></li>
<li>Cisco Interfaces: temporarily unavailable</li>
<li>Colubris Wireless monitoring:<br/><a href="http://www.zenoss.com/community/projects/zenpacks/colubris" >http://www.zenoss.com/community/projects/zenpacks/colubris</a></li>
<li>Cyclades Console Servers:<br/><a href="http://www.zenoss.com/community/projects/zenpacks/cyclades-console-servers" >http://www.zenoss.com/community/projects/zenpacks/cyclades-console-servers</a></li>
<li>EMC Celerra NAS:<br/><a href="http://www.zenoss.com/community/projects/zenpacks/celerra" >http://www.zenoss.com/community/projects/zenpacks/celerra</a></li>
<li>Improved Linux monitoring:<br/>temporarily unavailable</li>
<li>MIB Browser:<br/><a href="http://www.zenoss.com/community/projects/zenpacks/mib-browser" >http://www.zenoss.com/community/projects/zenpacks/mib-browser</a></li>
<li>MRV Wireless monitoring:<br/><a href="http://www.zenoss.com/community/projects/zenpacks/mrv" >http://www.zenoss.com/community/projects/zenpacks/mrv</a></li>
<li>Nagios Check Ping:<br/><a href="http://www.zenoss.com/community/projects/zenpacks/nagios-check-ping" >http://www.zenoss.com/community/projects/zenpacks/nagios-check-ping</a></li>
<li>OpenLayers Map Portlet:<br/><a href="http://www.zenoss.com/community/projects/zenpacks/open-layers-map" >http://www.zenoss.com/community/projects/zenpacks/open-layers-map</a></li>
<li>PostgreSQL monitoring:<br/><a href="http://www.zenoss.com/community/projects/zenpacks/postgresql" >http://www.zenoss.com/community/projects/zenpacks/postgresql</a></li>
<li>Powerware UPS monitoring:<br/><a href="http://www.zenoss.com/community/projects/zenpacks/powerware-ups" >http://www.zenoss.com/community/projects/zenpacks/powerware-ups</a></li>
<li>Raytalk monitoring:<br/><a href="http://www.zenoss.com/community/projects/zenpacks/raytalk" >http://www.zenoss.com/community/projects/zenpacks/raytalk</a></li>
<li>SQL Server 2000/2005 Performance monitoring:<br/><a href="http://www.zenoss.com/community/projects/zenpacks/sql-server-performance" >http://www.zenoss.com/community/projects/zenpacks/sql-server-performance</a></li>
<li>Show Graph Portlet:<br/><a href="http://www.zenoss.com/community/projects/zenpacks/graph-portlet" >http://www.zenoss.com/community/projects/zenpacks/graph-portlet</a></li>
<li>WMI Files Monitoring:<br/><a href="http://www.zenoss.com/community/projects/zenpacks/wmifilesmonitor" >http://www.zenoss.com/community/projects/zenpacks/wmifilesmonitor</a></li>
</ul>
<ul><strong>UPDATED ZenPacks:</strong></p>
<li>Alvarion WiFi monitoring:<br/><a href="http://www.zenoss.com/community/projects/zenpacks/alvarion" >http://www.zenoss.com/community/projects/zenpacks/alvarion</a></li>
<li>Funkwerk router monitoring:<br/><a href="http://www.zenoss.com/community/projects/zenpacks/funkwerk" >http://www.zenoss.com/community/projects/zenpacks/funkwerk</a></li>
<li>Netasq firewall monitoring:<br/><a href="http://www.zenoss.com/community/projects/zenpacks/netasq" >http://www.zenoss.com/community/projects/zenpacks/netasq</a></li>
<li>NetApp Volume monitoring:<br/><a href="http://www.zenoss.com/community/projects/zenpacks/netappvolume" >http://www.zenoss.com/community/projects/zenpacks/netappvolume</a></li>
</ul>
<p>For a complete list of all the Community ZenPacks that are available, please visit:<br/><br />
<a href="http://www.zenoss.com/community/projects/zenpacks/" >http://www.zenoss.com/community/projects/zenpacks/</a><br/></p>
<p>Thanks again to everyone who contributed their ZenPacks to the Zenoss Community!<br/></p>

<!-- start wp-tags-to-technorati 0.95 -->

<p class='technorati-tags'>Tags: <a class='technorati-link' href='http://technorati.com/tag/Asus+Eee' rel='tag' target='_self'>Asus Eee</a>, <a class='technorati-link' href='http://technorati.com/tag/contest' rel='tag' target='_self'>contest</a>, <a class='technorati-link' href='http://technorati.com/tag/network+monitoring' rel='tag' target='_self'>network monitoring</a>, <a class='technorati-link' href='http://technorati.com/tag/Zenpack' rel='tag' target='_self'>Zenpack</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://feeds.feedburner.com/~r/ZenossBlog/~4/370306824" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.zenoss.com/2008/08/20/the-submit-a-zenpack-contest-entries/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Submit a ZenPack contest in Final Week!</title>
		<link>http://blog.zenoss.com/2008/08/11/submit-a-zenpack-contest-in-final-week/</link>
		<comments>http://blog.zenoss.com/2008/08/11/submit-a-zenpack-contest-in-final-week/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 20:43:36 +0000</pubDate>
		<dc:creator>Matt Ray</dc:creator>
		
		<category><![CDATA[Community]]></category>

		<category><![CDATA[Kudos]]></category>

		<category><![CDATA[News Items]]></category>

		<category><![CDATA[Systems Management]]></category>

		<category><![CDATA[Zenoss Software]]></category>

		<category><![CDATA[Zenpacks]]></category>

		<category><![CDATA[cisco]]></category>

		<category><![CDATA[cyclades]]></category>

		<category><![CDATA[monitoring]]></category>

		<category><![CDATA[netapp]]></category>

		<category><![CDATA[powerware]]></category>

		<category><![CDATA[Zenoss]]></category>

		<category><![CDATA[Zenpack]]></category>

		<guid isPermaLink="false">http://blog.zenoss.com/?p=407</guid>
		<description><![CDATA[


The Zenoss Submit a ZenPack Contest is in its last week and we have gotten a tremendous Community response.  We have had a total of 18 entries so far, and time is running out to get your entries in to win an Asus Eee PC laptop.  Here are the last 5 entries since [...]]]></description>
			<content:encoded><![CDATA[<table border=0>
<tr>
<td>
The Zenoss <a href="http://blog.zenoss.com/2008/06/29/submit-a-zenpack-win-fabulous-prizes/" >Submit a ZenPack Contest</a> is in its last week and we have gotten a tremendous Community response.  We have had a total of 18 entries so far, and time is running out to get your entries in to win an Asus Eee PC laptop.  Here are the last 5 entries since the last <a href="http://blog.zenoss.com/2008/07/25/the-zenpacks-keep-coming/" >update</a>.
</td>
<td>
<img src="http://eeepc.asus.com/us/images/701f.jpg">
</td>
</tr>
</table>
<p><strong>NetApp Volume ZenPack</strong><br />
<a href="http://www.zenoss.com/community/projects/zenpacks/netappvolume" >http://www.zenoss.com/community/projects/zenpacks/netappvolume</a><br />
Updated by Community member Eric Becker, this is a refresh to Nathaniel McCallum&#8217;s NetApp Volume ZenPack with improvements to scalability and large volumes.</p>
<p><strong>Show Graph Portlet ZenPack</strong><br />
<a href="http://www.zenoss.com/community/projects/zenpacks/graph-portlet" >http://www.zenoss.com/community/projects/zenpacks/graph-portlet</a><br />
Submitted by Community member Anton Menshutin, this ZenPack adds a portlet called &#8220;Show Graph&#8221; which enables users to show any graph/multi graph reports on their dashboard. Several columns (as defined in report options) are supported.</p>
<p><strong>Cisco Interfaces ZenPack</strong><br />
<a href="http://www.zenoss.com/community/projects/zenpacks/cisco-interfaces" >http://www.zenoss.com/community/projects/zenpacks/cisco-interfaces</a><br />
Community member Chris Krough has submitted this Cisco Interfaces ZenPack.<br />
   *  Adds Products/CiscoInterfaces/modeler/plugins/CiscoInterfaceMap.py which recognizes the interface types for these templates<br />
   * On interfaces types which have a graph defined, most of the graph commands will be pulled from the Custom Graph Definition.</p>
<p><strong>Cyclades Console Servers ZenPack</strong><br />
<a href="http://www.zenoss.com/community/projects/zenpacks/cyclades-console-servers" >http://www.zenoss.com/community/projects/zenpacks/cyclades-console-servers</a><br />
Submitted by Community member Colin &#8216;chudler&#8217; Hudler, this ZenPack is for Cyclades Console servers. It has been tested against Alterpath Cyclades (Avocent) ACS48 Devices, but should work against any Cyclades ACSxx device.</p>
<p><strong>Powerware UPS Monitoring ZenPack</strong><br />
<a href="http://www.zenoss.com/community/projects/zenpacks/powerware-ups" >http://www.zenoss.com/community/projects/zenpacks/powerware-ups</a><br />
Provided by Community member Alexander Vorobiyov, this ZenPack provides voltages stats, load, ambient temperature, battery capacity and more for Powerware UPS products. UPS status is found through the the SNMP oids.</p>
<p>For this and other ZenPacks, check out the ZenPacks site:<br />
<a href="http://www.zenoss.com/community/projects/zenpacks/<br />
">http://www.zenoss.com/community/projects/zenpacks/</a></p>
<p>Thanks Eric, Anton, Chris, Colin and Alexander!</p>

<!-- start wp-tags-to-technorati 0.95 -->

<p class='technorati-tags'>Tags: <a class='technorati-link' href='http://technorati.com/tag/cisco' rel='tag' target='_self'>cisco</a>, <a class='technorati-link' href='http://technorati.com/tag/Community' rel='tag' target='_self'>Community</a>, <a class='technorati-link' href='http://technorati.com/tag/cyclades' rel='tag' target='_self'>cyclades</a>, <a class='technorati-link' href='http://technorati.com/tag/monitoring' rel='tag' target='_self'>monitoring</a>, <a class='technorati-link' href='http://technorati.com/tag/netapp' rel='tag' target='_self'>netapp</a>, <a class='technorati-link' href='http://technorati.com/tag/powerware' rel='tag' target='_self'>powerware</a>, <a class='technorati-link' href='http://technorati.com/tag/Zenoss' rel='tag' target='_self'>Zenoss</a>, <a class='technorati-link' href='http://technorati.com/tag/Zenpack' rel='tag' target='_self'>Zenpack</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://feeds.feedburner.com/~r/ZenossBlog/~4/362323654" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.zenoss.com/2008/08/11/submit-a-zenpack-contest-in-final-week/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Zenoss Development on IRC Thursday, August 14</title>
		<link>http://blog.zenoss.com/2008/08/07/zenoss-development-on-irc-thursday-august-14/</link>
		<comments>http://blog.zenoss.com/2008/08/07/zenoss-development-on-irc-thursday-august-14/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 17:21:26 +0000</pubDate>
		<dc:creator>Matt Ray</dc:creator>
		
		<category><![CDATA[Community]]></category>

		<category><![CDATA[Events]]></category>

		<category><![CDATA[Product Info]]></category>

		<category><![CDATA[Tips]]></category>

		<category><![CDATA[development]]></category>

		<category><![CDATA[irc]]></category>

		<category><![CDATA[Zenoss]]></category>

		<guid isPermaLink="false">http://blog.zenoss.com/?p=405</guid>
		<description><![CDATA[Zenoss developers will be available for questions on Tuesday, August 14 at 11am EST in the #zenoss IRC channel on irc.freenode.net (port 6667). Please drop in and bring your questions, answers, suggestions and feedback.  See you there!
We&#8217;ll log the session and repost them here if you can&#8217;t make it.  
Don’t forget you can [...]]]></description>
			<content:encoded><![CDATA[<p>Zenoss developers will be available for questions on Tuesday, August 14 at 11am EST in the <strong>#zenoss</strong> IRC channel on <a href="irc://irc.freenode.net:6667" onclick="javascript:pageTracker._trackPageview('/outbound/article/irc://irc.freenode.net:6667');">irc.freenode.net</a> (port 6667). Please drop in and bring your questions, answers, suggestions and feedback.  See you there!</p>
<p>We&#8217;ll log the session and repost them <a href="http://www.zenoss.com/community/discuss/irc" >here</a> if you can&#8217;t make it.  </p>
<p>Don’t forget you can search for answers to common questions by visiting the <a href="http://community.zenoss.com/forums/" >Zenoss forums</a>.</p>
<p>UPDATE:<br />
Here’s last Thursday&#8217;s IRC log<br />
http://www.zenoss.com/community/discuss/irc/archives/dev-chat-08-14-2008<br />
other logs are available here:<br />
http://www.zenoss.com/community/discuss/irc</p>

<!-- start wp-tags-to-technorati 0.95 -->

<p class='technorati-tags'>Tags: <a class='technorati-link' href='http://technorati.com/tag/Community' rel='tag' target='_self'>Community</a>, <a class='technorati-link' href='http://technorati.com/tag/development' rel='tag' target='_self'>development</a>, <a class='technorati-link' href='http://technorati.com/tag/irc' rel='tag' target='_self'>irc</a>, <a class='technorati-link' href='http://technorati.com/tag/Zenoss' rel='tag' target='_self'>Zenoss</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://feeds.feedburner.com/~r/ZenossBlog/~4/358648453" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.zenoss.com/2008/08/07/zenoss-development-on-irc-thursday-august-14/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Infoworld Best of Open Source</title>
		<link>http://blog.zenoss.com/2008/08/04/best-open-source-network-monitorin/</link>
		<comments>http://blog.zenoss.com/2008/08/04/best-open-source-network-monitorin/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 18:30:18 +0000</pubDate>
		<dc:creator>Mark Hinkle</dc:creator>
		
		<category><![CDATA[Kudos]]></category>

		<category><![CDATA[Zenoss Reviews]]></category>

		<category><![CDATA[Award]]></category>

		<category><![CDATA[Bossie]]></category>

		<category><![CDATA[network monitoring]]></category>

		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://blog.zenoss.com/?p=394</guid>
		<description><![CDATA[Thanks to Infoworld who named Zenoss Core Best of Open Source for Network Monitoring.  Infoworld describes Zenoss  as as a scalable and easy-to-use replacement for legacy management architecture. 
InfoWorld&#8217;s annual BOSSIES recognize the best free and open source software the world has to offer to businesses, IT professionals, and productive individuals who rely on [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.zenoss.com/wp-content/uploads/2008/08/bestopensourcenetworkmonitoring.jpg"  rel="lightbox[394]"><img src="http://blog.zenoss.com/wp-content/uploads/2008/08/bestopensourcenetworkmonitoring.jpg" alt="Best of Open Source Network Monitoring" hspace="8" width="243" height="182" align="left" /></a><em>Thanks to Infoworld who <a href="http://www.infoworld.com/slideshow/2008/08/170-best_of_open_so-9.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.infoworld.com/slideshow/2008/08/170-best_of_open_so-9.html');">named Zenoss Core</a> <a href="http://www.zenoss.com/product/core" >Best of Open Source for Network Monitoring</a>.  Infoworld describes Zenoss </em> as <em>as a scalable and easy-to-use replacement for legacy management architecture. </em></p>
<p><em>InfoWorld&#8217;s annual BOSSIES recognize t</em><em>he best free and open source software the world has to offer to businesses, IT professionals, and productive individuals who rely on computers to get work done. </em><strong><br />
</strong></p>
<p>This is quite an honor. Thanks to everyone who has helped make Zenoss Core <em>award-winning</em>.</p>

<!-- start wp-tags-to-technorati 0.95 -->

<p class='technorati-tags'>Tags: <a class='technorati-link' href='http://technorati.com/tag/Award' rel='tag' target='_self'>Award</a>, <a class='technorati-link' href='http://technorati.com/tag/Bossie' rel='tag' target='_self'>Bossie</a>, <a class='technorati-link' href='http://technorati.com/tag/network+monitoring' rel='tag' target='_self'>network monitoring</a>, <a class='technorati-link' href='http://technorati.com/tag/Open+Source' rel='tag' target='_self'>Open Source</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://feeds.feedburner.com/~r/ZenossBlog/~4/355616321" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.zenoss.com/2008/08/04/best-open-source-network-monitorin/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Zenoss Newsletter - July 2008</title>
		<link>http://blog.zenoss.com/2008/07/31/zenoss-newsletter-july-2008/</link>
		<comments>http://blog.zenoss.com/2008/07/31/zenoss-newsletter-july-2008/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 15:20:06 +0000</pubDate>
		<dc:creator>Mark Hinkle</dc:creator>
		
		<category><![CDATA[Company]]></category>

		<category><![CDATA[newsletter]]></category>

		<category><![CDATA[network monitoring]]></category>

		<category><![CDATA[Zenoss]]></category>

		<guid isPermaLink="false">http://blog.zenoss.com/?p=387</guid>
		<description><![CDATA[Summer&#8217;s here at Zenoss Headquarters and it&#8217;s hot&#8230; and in our new Austin Engineering Center it&#8217;s sweltering. Luckily, that&#8217;s keeping us at our desks working on the next versions of Zenoss products.
While we have been working the Zenoss community has been rocking. You have done an awesome job with new ZenPacks and helping other users [...]]]></description>
			<content:encoded><![CDATA[<p>Summer&#8217;s here at Zenoss Headquarters and it&#8217;s hot&#8230; and in our new Austin Engineering Center it&#8217;s sweltering. Luckily, that&#8217;s keeping us at our desks working on the next versions of Zenoss products.</p>
<p>While we have been working the Zenoss community has been rocking. You have done an awesome job with new ZenPacks and helping other users in the forums. Thank you for your support in making Zenoss the best community driven network management solution ever. To help reward everyone&#8217;s contributions we decided to go a little contest crazy this month as a sign of our appreciation.</p>
<p class="title"><strong>Latest Versions of Zenoss</strong></p>
<p>We released <a href="http://www.zenoss.com/download/form" >Zenoss 2.2.3</a> on July 23<sup>rd</sup> which includes close to 100 <a href="http://www.zenoss.com/news/archive/zenossannouncement.2008-07-23.6660389625" >bug fixes and feature enhancements</a>. Zenoss Enterprise continues to improve as well. Take a look, <a href="http://www.zenoss.com/forms/eval" >request an evaluation</a> today!</p>
<p class="title"><strong>Submit a ZenPack Contest Rolls On </strong></p>
<p>Last month we announced the <strong>“</strong><a href="http://blog.zenoss.com/2008/06/29/submit-a-zenpack-win-fabulous-prizes/" ><strong>Submit a ZenPack Contest</strong></a><strong>”</strong> with not one but two great prizes! We have received 15 ZenPacks including ones for Brocade Switches, EMC NAS and a new improved Linux ZenPack. <a href="http://blog.zenoss.com/2008/07/25/the-zenpacks-keep-coming/" >Read the Zenoss blog</a> to find out about some of how you can win an Asus Eee PC laptop.</p>
<p><span id="more-387"></span></p>
<p class="title"><strong>Tip of the Month: Add Lots of Devices </strong></p>
<p>We are going to give our Zenoss support guru Chet the month off and highlight some FAQs from community member Jim Shank on adding large numbers of devices to Zenoss:</p>
<ul>
<li><a href="http://www.zenoss.com/community/docs/howtos/mass-adding-locations-using-zendmd" >Mass Adding Devices using Zendmd</a></li>
<li><a href="http://www.zenoss.com/community/wiki/tips-and-tricks/ImportDevicesFromCSVWithLocationInformation/" >Import devices from CSV with location information</a></li>
</ul>
<p class="title"><strong>Improve Zenoss, School the New Guy! </strong></p>
<p>We recently hired Brandon Whichard to guide the development of our future Zenoss products. Here&#8217;s your chance to be heard by the Zenoss Product Manager on enhancements to Zenoss. <a href="https://www.surveymonkey.com/s.aspx?sm=zC8k0k_2fDZY1XoJKAt8I_2bdQ_3d_3d" onclick="javascript:pageTracker._trackPageview('/outbound/article/https://www.surveymonkey.com/s.aspx?sm=zC8k0k_2fDZY1XoJKAt8I_2bdQ_3d_3d');">Complete the survey</a> and be entered to win an iPod touch.</p>
<p class="title"><strong>Testify: Tell us your Story and Win </strong></p>
<p>The best way for people to understand why Zenoss is a great network management solution is to have someone who uses Zenoss everyone explain the benefits. So here&#8217;s the deal, <a href="http://blog.zenoss.com/2008/07/30/zenoss-user-testimonialszenoss-user-testimonials/" >tell your Zenoss story</a>, inspire other Zenoss users and win a cool Neuros Open Embedded Media Center.</p>
<p><strong><span class="title">In The News</span></strong></p>
<p style="font-weight: normal;"><span style="font-weight: normal;"> </span> <span style="font-weight: normal;"><span style="font-weight: normal;"> </span><span style="font-weight: normal;">See what people are saying about Zenoss this month.</span></span></p>
<p style="font-weight: normal;"><strong>OmniTraining:</strong> <a href="http://www.zenoss.com/news/archive/zenossnews.2008-07-10.1988499291" >We Can Ditch Nagios Now</a></p>
<p style="font-weight: normal;"><strong>Free Software Magazine:</strong> <a href="http://www.freesoftwaremagazine.com/columns/zenoss_a_great_system_monitoring_program_which_tries_to_do_everything_right" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.freesoftwaremagazine.com/columns/zenoss_a_great_system_monitoring_program_which_tries_to_do_everything_right');">Zenoss: A Great System Monitoring Program which tries to do everything right </a></p>
<p style="font-weight: normal;"><strong>SAGE News:</strong> <a href="http://www.zenoss.com/news/archive/zenossnews.2008-07-22.5916632531" >Open Source Entperise Monitoring Review</a></p>
<p style="font-weight: normal;"><strong>Linux Journal:</strong> <a href="http://www.zenoss.com/news/archive/zenossnews.2008-07-30.3969827105" >Zen and the Art of Monitoring</a></p>
<p><span style="font-weight: normal;"> </span><span style="font-weight: normal;">Best Regards,</span></p>
<p><span style="text-decoration: underline;"> </span><img class="size-medium wp-image-388 alignnone" title="signature" src="http://blog.zenoss.com/wp-content/uploads/2008/07/signature1.gif" alt="" width="150" height="50" /><br />
<span style="font-weight: normal;"><span style="font-weight: bold;">Mark R. Hinkle </span><br />
<span style="font-weight: bold;">Vice President, Community</span><br />
<span style="font-weight: bold;">Zenoss Inc. </span></span></p>

<!-- start wp-tags-to-technorati 0.95 -->

<p class='technorati-tags'>Tags: <a class='technorati-link' href='http://technorati.com/tag/network+monitoring' rel='tag' target='_self'>network monitoring</a>, <a class='technorati-link' href='http://technorati.com/tag/newsletter' rel='tag' target='_self'>newsletter</a>, <a class='technorati-link' href='http://technorati.com/tag/Zenoss' rel='tag' target='_self'>Zenoss</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://feeds.feedburner.com/~r/ZenossBlog/~4/351693047" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.zenoss.com/2008/07/31/zenoss-newsletter-july-2008/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Zenoss Testimonials: Win Prizes, Brag Up Your IT Chops</title>
		<link>http://blog.zenoss.com/2008/07/30/zenoss-testimonials-win-prizes-brag-up-your-it-chops/</link>
		<comments>http://blog.zenoss.com/2008/07/30/zenoss-testimonials-win-prizes-brag-up-your-it-chops/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 20:48:17 +0000</pubDate>
		<dc:creator>Mark Hinkle</dc:creator>
		
		<category><![CDATA[Community]]></category>

		<category><![CDATA[News Items]]></category>

		<category><![CDATA[Zenoss Reviews]]></category>

		<category><![CDATA[Neuros OSD]]></category>

		<category><![CDATA[testimonials]]></category>

		<category><![CDATA[Zenoss]]></category>

		<guid isPermaLink="false">http://blog.zenoss.com/?p=379</guid>
		<description><![CDATA[The best way for people to understand why Zenoss is a great network management solution is to have someone who uses Zenoss everyone explain the benefits. So we want you to tell your Zenoss story, inspire other Zenoss users and win a Neuros Open Embedded Media Center.
The Rules

Tell Us Your Zenoss Story. Where you use [...]]]></description>
			<content:encoded><![CDATA[<p>The best way for people to understand why Zenoss is a great network management solution is to have someone who uses Zenoss everyone explain the benefits. So we want you to tell your Zenoss story, inspire other Zenoss users and win a <a href="http://www.neurostechnology.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.neurostechnology.com/');">Neuros Open Embedded Media Center</a>.</p>
<h2>The Rules</h2>
<ol>
<li>Tell Us Your Zenoss Story. Where you use it, how long you have been using Zenoss, how many devices you monitor, what kinds of things you monitor, the more details the better.</li>
<li>You can use video or written submissions. Just send your entry or a link to your entry to <a href="mailto:community@zenoss.com">community@zenoss.com</a>,</li>
<li>We understand some organizations might have policies about disclosing details about their organization. If you can&#8217;t share your details publicly you can submit the details of your install without identifying your organization by using generic terms like a large electronics manufacturer or a federal government agency. You can also use a pseudonym if required by your employer. (Make sure to include your real name and contact information along with your entry so we can send you your prize if you win).</li>
<li>The best three Zenoss success stories will be chosen by the judges (Matt and Mark, the community dudes and no we don&#8217;t accept bribes).</li>
<li>By entering you agree to have your story posted on our websites and used in other public venues.</li>
<li>We will start publishing all the Zenoss testimonials in September.</li>
</ol>
<h2>The Prize: Three Neuros OSDs</h2>
<p><a href="http://blog.zenoss.com/wp-content/uploads/2008/07/neuros-1.png"  rel="lightbox[379]"><img class="alignleft size-full wp-image-380" title="Neuros OSD" src="http://blog.zenoss.com/wp-content/uploads/2008/07/neuros-1.png" alt="" width="138" height="104" /></a>The three best user success stories will receive the <a href="http://www.neurostechnology.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.neurostechnology.com/');">very cool Neuros OSD</a>. The Neuros OSD connects to your TV or home theater system and allows you to archive all of your DVD and video content. Plus the Neuros OSD has a<a href="http://wiki.neurostechnology.com/index.php/The_Neuros_and_Open_Source" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://wiki.neurostechnology.com/index.php/The_Neuros_and_Open_Source');">n open source component</a> just like Zenoss and it is very hackable.</p>
<p>Plug the Neuros OSD into your TV, connect your DVD Player or VCR, and hit play. Your movie will be safely and legally transferred into a digital library! It works with home movies too. Just plug your video camera into the OSD, push play, and your memories are digitized.</p>
<p>With the Neuros OSD, you can store hundreds of hours of video in one location (like an external hard drive), get rid of those bulky cases, put an end to DVD damage, and instantly access any of your videos with the push of a button on a remote. You can even transfer your video content to a portable device (video iPod, PSP, mobile phone, etc.) to watch on the go, or email your home movies to friends and family.</p>

<!-- start wp-tags-to-technorati 0.95 -->

<p class='technorati-tags'>Tags: <a class='technorati-link' href='http://technorati.com/tag/Neuros+OSD' rel='tag' target='_self'>Neuros OSD</a>, <a class='technorati-link' href='http://technorati.com/tag/testimonials' rel='tag' target='_self'>testimonials</a>, <a class='technorati-link' href='http://technorati.com/tag/Zenoss' rel='tag' target='_self'>Zenoss</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://feeds.feedburner.com/~r/ZenossBlog/~4/350895845" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.zenoss.com/2008/07/30/zenoss-testimonials-win-prizes-brag-up-your-it-chops/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SourceForge.net Community Choice Awards</title>
		<link>http://blog.zenoss.com/2008/07/26/sourceforgenet-community-choice-awards/</link>
		<comments>http://blog.zenoss.com/2008/07/26/sourceforgenet-community-choice-awards/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 11:17:10 +0000</pubDate>
		<dc:creator>Mark Hinkle</dc:creator>
		
		<category><![CDATA[Community]]></category>

		<category><![CDATA[Zenoss In the News]]></category>

		<category><![CDATA[awards]]></category>

		<category><![CDATA[community choice]]></category>

		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[SourceForge]]></category>

		<guid isPermaLink="false">http://blog.zenoss.com/?p=377</guid>
		<description><![CDATA[This week the winners of the SourceForge.net Community Choice Awards were announced at OSCON. I wanted to thank everyone who voted for us. We were nominated in three categories which was quite a feat. I think this is a testament to the enthusiasm of our users in a relatively small project  (when compared to the [...]]]></description>
			<content:encoded><![CDATA[<p><span id="articleBody">This week the winners of the <a href="http://sourceforge.net/community/cca08/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://sourceforge.net/community/cca08/');">SourceForge.net Community Choice Awards</a> were announced at OSCON. I wanted to thank everyone who voted for us. We were nominated in three categories which was quite a feat. I think this is a testament to the enthusiasm of our users in a relatively small project  (when compared to the likes of Drupal, Linux and OpenOffice.org.</p>
<p>Information Week&#8217;s Sergar Yegulaip has <a href="http://www.informationweek.com/blog/main/archives/2008/07/oscon_pt_41_sou.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.informationweek.com/blog/main/archives/2008/07/oscon_pt_41_sou.html');">coverage</a> of the awards ceremony and a great quote from SourceForge&#8217;s Community Manager Ross Turk who has been extremely helpful in making the Zenoss Core project a success.</p>
<blockquote><p>&#8220;One thing I was fairly certain of, since this had happened to me, was that some of Ross&#8217; own favorite projects probably didn&#8217;t win anything. In my case, it was <a href="http://www.7-zip.org/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.7-zip.org/');" target="_blank">7-Zip</a> and <a href="http://portableapps.com/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://portableapps.com/');" target="_blank">PortableApps</a>, but I was curious what Ross&#8217; favorites were.</p>
<p>&#8220;We&#8217;d have to be Switzerland to not take sides, but if that wasn&#8217;t the case, I wanted <a href="http://www.zenoss.com/"  target="_blank">Zenoss</a> to win something. And I can say that because I myself have no control over the project!&#8221;</p></blockquote>
<p>Here&#8217;s the list of the winners in the categories we were nominated in. I think given that the two projects that edged us out have millions of users and we have thousands makes it tough for us to win (though as fast as people are adopting Zenoss we are hopeful for the future). We would like to offer our congratulations to the following projects.</p>
<p></span></p>
<ul>
<li><span id="articleBody"><strong>Best Project for the Enterprise »OpenOffice.org</strong><a href="http://www.openoffice.org/"><br />
http://www.openoffice.org</a></p>
<p></span></li>
<li><span id="articleBody"><strong>Most Likely to Be the Next $1B Acquisition »phpMyAdmin</strong><a href="http://sourceforge.net/projects/phpmyadmin"><br />
http://sourceforge.net/projects/phpmyadmin</a></p>
<p></span></li>
<li><span id="articleBody"><strong>Best Tool or Utility for SysAdmins »phpMyAdmin</strong><a href="http://sourceforge.net/projects/phpmyadmin"><br />
http://sourceforge.net/projects/phpmyadmin</a></p>
<p></span></li>
</ul>
<p><span id="articleBody">Thanks again to everyone that voted for Zenoss, and for your continuing support.</p>
<p></span></p>

<!-- start wp-tags-to-technorati 0.95 -->

<p class='technorati-tags'>Tags: <a class='technorati-link' href='http://technorati.com/tag/awards' rel='tag' target='_self'>awards</a>, <a class='technorati-link' href='http://technorati.com/tag/community+choice' rel='tag' target='_self'>community choice</a>, <a class='technorati-link' href='http://technorati.com/tag/Open+Source' rel='tag' target='_self'>Open Source</a>, <a class='technorati-link' href='http://technorati.com/tag/SourceForge' rel='tag' target='_self'>SourceForge</a></p>

<!-- end wp-tags-to-technorati -->
<img src="http://feeds.feedburner.com/~r/ZenossBlog/~4/346562850" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.zenoss.com/2008/07/26/sourceforgenet-community-choice-awards/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
