<?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"
	>

<channel>
	<title>Zenoss Blog &#187; Zenoss Software</title>
	<atom:link href="http://blog.zenoss.com/category/zenoss-software/feed" rel="self" type="application/rss+xml" />
	<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>
			<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[<!-- sphereit start --><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>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://blog.zenoss.com/2008/08/26/tip-of-the-month-layer-3-dependency-checker/')" href="http://www.sphere.com/search?q=sphereit:http://blog.zenoss.com/2008/08/26/tip-of-the-month-layer-3-dependency-checker/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.sphere.com/search?q=sphereit:http://blog.zenoss.com/2008/08/26/tip-of-the-month-layer-3-dependency-checker/');">Sphere: Related Content</a></span><br/><br/>
<!-- start wp-tags-to-technorati 0.95 -->

<!-- end wp-tags-to-technorati -->
]]></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>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[<!-- sphereit start --><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>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://blog.zenoss.com/2008/08/23/announcing-the-winners-of-the-zenoss-submit-a-zenpack-contest/')" href="http://www.sphere.com/search?q=sphereit:http://blog.zenoss.com/2008/08/23/announcing-the-winners-of-the-zenoss-submit-a-zenpack-contest/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.sphere.com/search?q=sphereit:http://blog.zenoss.com/2008/08/23/announcing-the-winners-of-the-zenoss-submit-a-zenpack-contest/');">Sphere: Related Content</a></span><br/><br/>
<!-- 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 -->
]]></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[<!-- sphereit start --><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>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://blog.zenoss.com/2008/08/20/the-submit-a-zenpack-contest-entries/')" href="http://www.sphere.com/search?q=sphereit:http://blog.zenoss.com/2008/08/20/the-submit-a-zenpack-contest-entries/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.sphere.com/search?q=sphereit:http://blog.zenoss.com/2008/08/20/the-submit-a-zenpack-contest-entries/');">Sphere: Related Content</a></span><br/><br/>
<!-- 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 -->
]]></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[<!-- sphereit start --><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>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://blog.zenoss.com/2008/08/11/submit-a-zenpack-contest-in-final-week/')" href="http://www.sphere.com/search?q=sphereit:http://blog.zenoss.com/2008/08/11/submit-a-zenpack-contest-in-final-week/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.sphere.com/search?q=sphereit:http://blog.zenoss.com/2008/08/11/submit-a-zenpack-contest-in-final-week/');">Sphere: Related Content</a></span><br/><br/>
<!-- 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 -->
]]></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[<!-- sphereit start --><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>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://blog.zenoss.com/2008/08/07/zenoss-development-on-irc-thursday-august-14/')" href="http://www.sphere.com/search?q=sphereit:http://blog.zenoss.com/2008/08/07/zenoss-development-on-irc-thursday-august-14/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.sphere.com/search?q=sphereit:http://blog.zenoss.com/2008/08/07/zenoss-development-on-irc-thursday-august-14/');">Sphere: Related Content</a></span><br/><br/>
<!-- 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 -->
]]></content:encoded>
			<wfw:commentRss>http://blog.zenoss.com/2008/08/07/zenoss-development-on-irc-thursday-august-14/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The ZenPacks Keep Coming</title>
		<link>http://blog.zenoss.com/2008/07/25/the-zenpacks-keep-coming/</link>
		<comments>http://blog.zenoss.com/2008/07/25/the-zenpacks-keep-coming/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 20:08:34 +0000</pubDate>
		<dc:creator>Matt Ray</dc:creator>
		
		<category><![CDATA[Community]]></category>

		<category><![CDATA[Events]]></category>

		<category><![CDATA[News Items]]></category>

		<category><![CDATA[Systems Management]]></category>

		<category><![CDATA[Zenoss Software]]></category>

		<category><![CDATA[Zenpacks]]></category>

		<category><![CDATA[alvarion]]></category>

		<category><![CDATA[Asus Eee]]></category>

		<category><![CDATA[bluecoat]]></category>

		<category><![CDATA[brocade]]></category>

		<category><![CDATA[celerra]]></category>

		<category><![CDATA[colubris]]></category>

		<category><![CDATA[contest]]></category>

		<category><![CDATA[emc]]></category>

		<category><![CDATA[firewall]]></category>

		<category><![CDATA[funkwerk]]></category>

		<category><![CDATA[mibs]]></category>

		<category><![CDATA[monitoring]]></category>

		<category><![CDATA[mrv]]></category>

		<category><![CDATA[nas]]></category>

		<category><![CDATA[netasq]]></category>

		<category><![CDATA[network monitoring]]></category>

		<category><![CDATA[proxy]]></category>

		<category><![CDATA[raytalk]]></category>

		<category><![CDATA[router]]></category>

		<category><![CDATA[snmp]]></category>

		<category><![CDATA[sqlserver]]></category>

		<category><![CDATA[switches]]></category>

		<category><![CDATA[wifi]]></category>

		<category><![CDATA[wireless]]></category>

		<category><![CDATA[Zenoss]]></category>

		<guid isPermaLink="false">http://blog.zenoss.com/?p=371</guid>
		<description><![CDATA[Halfway through the Submit a ZenPack Contest and the floodgates have opened up.  We have had 10 more entries since the the first ZenPack Contest update.  Keep sending Zenoss your ZenPacks for a chance to win an Asus Eee PC laptop. 
Brocade Switches graphing ZenPack
http://www.zenoss.com/community/projects/zenpacks/brocade-switches
Submitted by Community member Vaibhav Narula.  It provides [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><p>Halfway through the <a href="http://blog.zenoss.com/2008/06/29/submit-a-zenpack-win-fabulous-prizes/" >Submit a ZenPack Contest</a> and the floodgates have opened up.  We have had 10 more entries since the <a href="http://blog.zenoss.com/2008/07/16/the-submit-a-zenpack-contest-is-rolling/" >the first ZenPack Contest update</a>.  Keep sending Zenoss your ZenPacks for a chance to win an Asus Eee PC laptop. </p>
<p><strong>Brocade Switches graphing ZenPack</strong><br />
<a href="http://www.zenoss.com/community/projects/zenpacks/brocade-switches" >http://www.zenoss.com/community/projects/zenpacks/brocade-switches</a><br />
Submitted by Community member Vaibhav Narula.  It provides a large number of graphs for Brocade switches, the PDF on the page has examples.</p>
<p><strong>Andrea &#8216;konsa79&#8242; Consadori&#8217;s ZenPacks</strong><br />
Andrea gets his own section, he submitted 3 new and 3 updated ZenPacks, bring his total to 7 entries to the contest so far.<br />
<strong>Updated</strong><br />
Alvarion WiFi monitoring: <a href="http://www.zenoss.com/community/projects/zenpacks/alvarion" >http://www.zenoss.com/community/projects/zenpacks/alvarion</a><br />
Funkwerk router monitoring: <a href="http://www.zenoss.com/community/projects/zenpacks/funkwerk" >http://www.zenoss.com/community/projects/zenpacks/funkwerk</a><br />
Netasq firewall monitoring: <a href="http://www.zenoss.com/community/projects/zenpacks/netasq" >http://www.zenoss.com/community/projects/zenpacks/netasq</a><br />
<strong>New</strong><br />
Colubris wireless monitoring: <a href="http://www.zenoss.com/community/projects/zenpacks/colubris" >http://www.zenoss.com/community/projects/zenpacks/colubris</a><br />
MRV wireless monitoring: <a href="http://www.zenoss.com/community/projects/zenpacks/mrv" >http://www.zenoss.com/community/projects/zenpacks/mrv</a><br />
Raytalk monitoring: <a href="http://www.zenoss.com/community/projects/zenpacks/raytalk" >http://www.zenoss.com/community/projects/zenpacks/raytalk</a></p>
<p><strong>EMC Celerra NAS ZenPack</strong><br />
<a href="http://www.zenoss.com/community/projects/zenpacks/celerra" >http://www.zenoss.com/community/projects/zenpacks/celerra</a><br />
Community member Randy Schneiderman has submitted this ZenPack that can be used to monitor EMC&#8217;s Celerra filesystem created through the EMC Celerra Network Server instead of the default OS filesystems.</p>
<p><strong>SQL Server 2000/2005 Performance ZenPack</strong><br />
<a href="http://www.zenoss.com/community/projects/zenpacks/sql-server-performance" >http://www.zenoss.com/community/projects/zenpacks/sql-server-performance</a><br />
Submitted by Community member Fabio Paracchini, this ZenPack is for monitoring SQL Server Performance and works and was tested with SQL 2000 and SQL 2005</p>
<p><strong>BlueCoat Appliances ZenPack</strong><br />
<a href="http://www.zenoss.com/community/projects/zenpacks/bluecoat" >http://www.zenoss.com/community/projects/zenpacks/bluecoat</a><br />
Community member Wouter &#8216;<a href="http://www.zenoss.com/Members/netdata" >netdata</a>&#8216; D&#8217;Haeseleer has submitted his ZenPack that monitors BlueCoat Proxy SG and AntiVirus appliances.</p>
<p>For this and other 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>Thanks Vaibhav, Andrea, Randy, Fabio and Wouter!</p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://blog.zenoss.com/2008/07/25/the-zenpacks-keep-coming/')" href="http://www.sphere.com/search?q=sphereit:http://blog.zenoss.com/2008/07/25/the-zenpacks-keep-coming/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.sphere.com/search?q=sphereit:http://blog.zenoss.com/2008/07/25/the-zenpacks-keep-coming/');">Sphere: Related Content</a></span><br/><br/>
<!-- start wp-tags-to-technorati 0.95 -->

<p class='technorati-tags'>Tags: <a class='technorati-link' href='http://technorati.com/tag/alvarion' rel='tag' target='_self'>alvarion</a>, <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/bluecoat' rel='tag' target='_self'>bluecoat</a>, <a class='technorati-link' href='http://technorati.com/tag/brocade' rel='tag' target='_self'>brocade</a>, <a class='technorati-link' href='http://technorati.com/tag/celerra' rel='tag' target='_self'>celerra</a>, <a class='technorati-link' href='http://technorati.com/tag/colubris' rel='tag' target='_self'>colubris</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/contest' rel='tag' target='_self'>contest</a>, <a class='technorati-link' href='http://technorati.com/tag/emc' rel='tag' target='_self'>emc</a>, <a class='technorati-link' href='http://technorati.com/tag/firewall' rel='tag' target='_self'>firewall</a>, <a class='technorati-link' href='http://technorati.com/tag/funkwerk' rel='tag' target='_self'>funkwerk</a>, <a class='technorati-link' href='http://technorati.com/tag/mibs' rel='tag' target='_self'>mibs</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/mrv' rel='tag' target='_self'>mrv</a>, <a class='technorati-link' href='http://technorati.com/tag/nas' rel='tag' target='_self'>nas</a>, <a class='technorati-link' href='http://technorati.com/tag/netasq' rel='tag' target='_self'>netasq</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/proxy' rel='tag' target='_self'>proxy</a>, <a class='technorati-link' href='http://technorati.com/tag/raytalk' rel='tag' target='_self'>raytalk</a>, <a class='technorati-link' href='http://technorati.com/tag/router' rel='tag' target='_self'>router</a>, <a class='technorati-link' href='http://technorati.com/tag/snmp' rel='tag' target='_self'>snmp</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/switches' rel='tag' target='_self'>switches</a>, <a class='technorati-link' href='http://technorati.com/tag/wifi' rel='tag' target='_self'>wifi</a>, <a class='technorati-link' href='http://technorati.com/tag/wireless' rel='tag' target='_self'>wireless</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/Zenpacks' rel='tag' target='_self'>Zenpacks</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://blog.zenoss.com/2008/07/25/the-zenpacks-keep-coming/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Zenoss 2.2.3 is now available!</title>
		<link>http://blog.zenoss.com/2008/07/23/zenoss-223-is-now-available/</link>
		<comments>http://blog.zenoss.com/2008/07/23/zenoss-223-is-now-available/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 20:30:59 +0000</pubDate>
		<dc:creator>Matt Ray</dc:creator>
		
		<category><![CDATA[Community]]></category>

		<category><![CDATA[News Items]]></category>

		<category><![CDATA[Product Info]]></category>

		<category><![CDATA[Systems Management]]></category>

		<category><![CDATA[Zenoss Software]]></category>

		<category><![CDATA[release]]></category>

		<category><![CDATA[Zenoss]]></category>

		<category><![CDATA[zenoss core]]></category>

		<guid isPermaLink="false">http://blog.zenoss.com/?p=363</guid>
		<description><![CDATA[We are very pleased to announce that the latest stable release of Zenoss, version 2.2.3 is now available for download.  The Zenoss team has been hard at work nailing down defects (80+ closed!) and 2.2.3 should be one of our finest releases yet.  While this is primarily a maintenance release, a lot of [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><p>We are very pleased to announce that the latest stable release of Zenoss, version 2.2.3 is <a href="http://www.zenoss.com/download" >now available for download</a>.  The Zenoss team has been hard at work nailing down defects (80+ closed!) and 2.2.3 should be one of our finest releases yet.  While this is primarily a maintenance release, a lot of work has gone into testing and improving upgrades and installations.</p>
<p><a href="http://www.zenoss.com/news/archive/zenossannouncement.2008-07-23.6660389625" >2.2.3 Release Notes</a></p>
<p><a href="http://dev.zenoss.org/trac/query?status=closed&#038;group=component&#038;keywords=~zenoss-2.2.1-verified&#038;keywords=~zenoss-2.2.2-verified&#038;keywords=~zenoss-2.2.3-verified&#038;order=priority" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://dev.zenoss.org/trac/query?status=closed&#038;group=component&#038;keywords=~zenoss-2.2.1-verified&#038;keywords=~zenoss-2.2.2-verified&#038;keywords=~zenoss-2.2.3-verified&#038;order=priority');">Tickets closed for 2.2.3</a></p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://blog.zenoss.com/2008/07/23/zenoss-223-is-now-available/')" href="http://www.sphere.com/search?q=sphereit:http://blog.zenoss.com/2008/07/23/zenoss-223-is-now-available/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.sphere.com/search?q=sphereit:http://blog.zenoss.com/2008/07/23/zenoss-223-is-now-available/');">Sphere: Related Content</a></span><br/><br/>
<!-- start wp-tags-to-technorati 0.95 -->

<p class='technorati-tags'>Tags: <a class='technorati-link' href='http://technorati.com/tag/release' rel='tag' target='_self'>release</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+core' rel='tag' target='_self'>zenoss core</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://blog.zenoss.com/2008/07/23/zenoss-223-is-now-available/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Submit a ZenPack Contest is rolling</title>
		<link>http://blog.zenoss.com/2008/07/16/the-submit-a-zenpack-contest-is-rolling/</link>
		<comments>http://blog.zenoss.com/2008/07/16/the-submit-a-zenpack-contest-is-rolling/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 20:54:43 +0000</pubDate>
		<dc:creator>Matt Ray</dc:creator>
		
		<category><![CDATA[Community]]></category>

		<category><![CDATA[Events]]></category>

		<category><![CDATA[Systems Management]]></category>

		<category><![CDATA[Zenoss Software]]></category>

		<category><![CDATA[Zenpacks]]></category>

		<category><![CDATA[antispam]]></category>

		<category><![CDATA[assp]]></category>

		<category><![CDATA[Asus Eee]]></category>

		<category><![CDATA[community openlayers]]></category>

		<category><![CDATA[contest]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[mibs]]></category>

		<category><![CDATA[monitoring]]></category>

		<category><![CDATA[network monitoring]]></category>

		<category><![CDATA[snmp]]></category>

		<category><![CDATA[Zenoss]]></category>

		<guid isPermaLink="false">http://blog.zenoss.com/?p=358</guid>
		<description><![CDATA[Just two weeks in and we&#8217;ve already got 4 great entries with more ZenPacks in the queue.  Keep sending Zenoss your ZenPacks for a chance to win an Asus Eee PC laptop.  Read up on the Submit a ZenPack Contest here: (http://blog.zenoss.com/2008/06/29/submit-a-zenpack-win-fabulous-prizes/)
ASSP Anti-Spam monitor ZenPack
(http://www.zenoss.com/community/projects/zenpacks/assp-antispam), submitted by Community member Andrea &#8216;konsa79&#8242; Consadori.  [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><p>Just two weeks in and we&#8217;ve already got 4 great entries with more ZenPacks in the queue.  Keep sending Zenoss your ZenPacks for a chance to win an Asus Eee PC laptop.  Read up on the Submit a ZenPack Contest here: (http://blog.zenoss.com/2008/06/29/submit-a-zenpack-win-fabulous-prizes/)</p>
<p><strong>ASSP Anti-Spam monitor ZenPack</strong><br />
(http://www.zenoss.com/community/projects/zenpacks/assp-antispam), submitted by Community member Andrea &#8216;konsa79&#8242; Consadori.  With this ZenPack you can monitor your ASSP antispam information:<br />
   * SMTP Connection Accepted and Rejected<br />
   * Messages Passed and Rejected<br />
   * Message statistic (SPF Failure, RBL Failure)</p>
<p><strong>MIB Browser ZenPack</strong><br />
(http://www.zenoss.com/community/projects/zenpacks/mib-browser), submitted by Community member Kells &#8216;kpg123&#8242; Kearney.  This ZenPack is a graphical MIB navigator and OID browser with extended MIB functionality:<br />
  * Download and Install MIBs remotely<br />
  * MIB Navigator<br />
  * SNMP testing<br />
  * and much more</p>
<p><strong>OpenLayers Map portlet ZenPack</strong><br />
(http://www.zenoss.com/community/projects/zenpacks/open-layers-map), submitted by Community member Nikolai Georgiev.  The OpenLayers Map portlet adds a new portlet to Zenoss Dashboard, similar to Google Maps portlet. It&#8217;s useful for locations with poor Google Maps coverage.  You must use latitude and longitude in the address fields to get it to map.<br />
<a href="http://sourceforge.net/projects/olmapportlet/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://sourceforge.net/projects/olmapportlet/');">OpenLayers Map portlet ZenPack on SourceForge</a></p>
<p><strong>Improved Linux monitoring ZenPack</strong><br />
(http://www.zenoss.com/community/projects/zenpacks/improved-linux-monitoring), submitted by Community member Randy Smith.  The ImprovedLinux monitoring ZenPack provides more information for Linux hosts that take advantage of the mibs provided by net-snmpd.</p>
<p>For this and other ZenPacks, check out the ZenPacks site (http://www.zenoss.com/community/projects/zenpacks/).</p>
<p>Thanks Andrea, Kells, Nikolai and Randy!</p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://blog.zenoss.com/2008/07/16/the-submit-a-zenpack-contest-is-rolling/')" href="http://www.sphere.com/search?q=sphereit:http://blog.zenoss.com/2008/07/16/the-submit-a-zenpack-contest-is-rolling/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.sphere.com/search?q=sphereit:http://blog.zenoss.com/2008/07/16/the-submit-a-zenpack-contest-is-rolling/');">Sphere: Related Content</a></span><br/><br/>
<!-- start wp-tags-to-technorati 0.95 -->

<p class='technorati-tags'>Tags: <a class='technorati-link' href='http://technorati.com/tag/antispam' rel='tag' target='_self'>antispam</a>, <a class='technorati-link' href='http://technorati.com/tag/assp' rel='tag' target='_self'>assp</a>, <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/community+openlayers' rel='tag' target='_self'>community openlayers</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/linux' rel='tag' target='_self'>linux</a>, <a class='technorati-link' href='http://technorati.com/tag/mibs' rel='tag' target='_self'>mibs</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/network+monitoring' rel='tag' target='_self'>network monitoring</a>, <a class='technorati-link' href='http://technorati.com/tag/snmp' rel='tag' target='_self'>snmp</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/Zenpacks' rel='tag' target='_self'>Zenpacks</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://blog.zenoss.com/2008/07/16/the-submit-a-zenpack-contest-is-rolling/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Tip of the Month: How Zenoss Chooses Templates</title>
		<link>http://blog.zenoss.com/2008/07/03/tip-of-the-month-how-zenoss-chooses-templates/</link>
		<comments>http://blog.zenoss.com/2008/07/03/tip-of-the-month-how-zenoss-chooses-templates/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 19:32:10 +0000</pubDate>
		<dc:creator>Mark Hinkle</dc:creator>
		
		<category><![CDATA[Tips]]></category>

		<category><![CDATA[Zenoss Software]]></category>

		<category><![CDATA[Bindings]]></category>

		<category><![CDATA[Templates]]></category>

		<category><![CDATA[Zenoss]]></category>

		<guid isPermaLink="false">http://blog.zenoss.com/?p=355</guid>
		<description><![CDATA[Does the way that Zenoss chooses what templates to apply have you confused?
Explanation of Template Binding
Zenoss applies templates in many different and therefore confusing ways. The following is an explanation of the different ways templates get bound and hopefully a logically explanation of why it is done. It is important to remember that the name [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><p>Does the way that Zenoss chooses what templates to apply have you confused?</p>
<h2>Explanation of Template Binding</h2>
<p>Zenoss applies templates in many different and therefore confusing ways. The following is an explanation of the different ways templates get bound and hopefully a logically explanation of why it is done. It is important to remember that the name of each template is very important and is case sensitive.</p>
<p><span id="more-355"></span></p>
<h3>Device Templates</h3>
<p>Device templates are applied to devices, and only once per device. Device templates get bound to devices according to a single rule, what the zDeviceTemplates property contains. For most device classes within the system this is set to &#8220;Device&#8221;. For a hypothetical <em>/Server/Linux/MySQL</em> device class the zDeviceTemplates property would likely contain Device and MySQL so that normal CPU &amp; Memory information would be collected using the Device template and MySQL specific metrics using the MySQL template.</p>
<p>Common device templates:</p>
<ul>
<li>Device</li>
<li>MySQL, Apache</li>
<li>Active Directory, MSExchangeIS, MSSQLServer, IIS</li>
</ul>
<h3>Component Templates</h3>
<p>Component templates are a bit more mysterious than device templates. The biggest difference in how they&#8217;re applied is that they can be applied many times per device depending on how many components the device contains that match the template. Another big difference is that there are no zProperties that control which template is applied. They follow more rigid rules.</p>
<p>Common component templates:</p>
<ul>
<li>FileSystem, HardDisk, IpService, OSProcess, WinService</li>
<li>Fan, PowerSupply, TemperatureSensor</li>
<li>LTMVirtualServer, VPNTunnel</li>
</ul>
<p>These component templates are named EXACTLY according to the name of the underlying class that represents the component. This is the case for all component templates except for what you might expect to be called IpInterface. As you might have already noticed, there is no template called IpInterface.</p>
<h4>Interface Templates</h4>
<p>Templates get applied to network interfaces using a special kind of binding. Instead of using the name of the underlying class, Zenoss will look for a template that has the same name as the &#8220;type&#8221; of the interface. You can find this type by clicking into the details for any network interface from the OS tab of its containing device.</p>
<p>If a template matching the name of the interface&#8217;s type can&#8217;t be found, the &#8220;ethernetCsmacd&#8221; template will be used as the fallback. Most interfaces you&#8217;ll find are this type.</p>
<h3>Conclusion</h3>
<p>Hopefully this helps you better understand how templates are bound to devices and components.</p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://blog.zenoss.com/2008/07/03/tip-of-the-month-how-zenoss-chooses-templates/')" href="http://www.sphere.com/search?q=sphereit:http://blog.zenoss.com/2008/07/03/tip-of-the-month-how-zenoss-chooses-templates/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.sphere.com/search?q=sphereit:http://blog.zenoss.com/2008/07/03/tip-of-the-month-how-zenoss-chooses-templates/');">Sphere: Related Content</a></span><br/><br/>
<!-- start wp-tags-to-technorati 0.95 -->

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

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://blog.zenoss.com/2008/07/03/tip-of-the-month-how-zenoss-chooses-templates/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Submit a ZenPack, Win Fabulous Prizes!</title>
		<link>http://blog.zenoss.com/2008/06/29/submit-a-zenpack-win-fabulous-prizes/</link>
		<comments>http://blog.zenoss.com/2008/06/29/submit-a-zenpack-win-fabulous-prizes/#comments</comments>
		<pubDate>Sun, 29 Jun 2008 23:21:28 +0000</pubDate>
		<dc:creator>Matt Ray</dc:creator>
		
		<category><![CDATA[Community]]></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/2008/06/29/submit-a-zenpack-win-fabulous-prizes/</guid>
		<description><![CDATA[There have been a lot of new submissions of Community ZenPacks to coincide with the recent Zenoss 2.2 Release. We&#8217;ve seen recent ZenPacks for a variety of things like Alvarion Wifi access points, Cisco IPSLA, Juniper Netscreens and Microsoft Routing and Remote Access. In the Zenoss forums there are a wide variety of ZenPacks being [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><p><img title="Asus Eee" src="http://eeepc.asus.com/us/images/701f.jpg" alt="Asus Eee" align="right" />There have been a lot of new submissions of Community ZenPacks to coincide with the recent Zenoss 2.2 Release. We&#8217;ve seen recent ZenPacks for a variety of things like Alvarion Wifi access points, Cisco IPSLA, Juniper Netscreens and Microsoft Routing and Remote Access. In the Zenoss forums there are a wide variety of ZenPacks being discussed and tested, but we wanted to really kickstart the process. So we&#8217;re announcing a &#8220;Submit a ZenPack Contest&#8221; with not 1, but 2 great prizes!</p>
<p><span id="more-348"></span></p>
<p><strong>What is the Submit a ZenPack Contest?</strong></p>
<p>Community contributed ZenPacks have typically consisted of new monitoring solutions,  but did you know that ZenPacks can do even more than that?  We&#8217;re looking for as many useful submissions as possible, monitoring something not yet covered, improvements to existing ZenPacks or extending Zenoss to provide new functionality.  It doesn&#8217;t have to be overly complex, but don&#8217;t let that stop you from going wild.  You can also submit detailed instructions on using Community ZenPacks if the existing documentation is not up to snuff.  There are a lot of ZenPacks that are being tested or have yet to been submitted to Zenoss for hosting, so this contest is your chance to show off your chops and possibly win a great prize.</p>
<p><strong>The Rules:</strong></p>
<ol>
<li>Contributed ZenPacks should be Zenoss 2.2-style .eggs.</li>
<li>So that we would be able to potentially include the ZenPack in a future release of Zenoss, please consider filling out our <a href="http://www.zenoss.com/zenoss_forms/contribute?c=contribute" >contribution form</a>.  If you&#8217;ve previously filled it out, you do not need to do so again.</li>
<li>Send an email to community@zenoss.com with the title “Submit a ZenPack Contest” with your name, the attached ZenPack and any instructions or descriptions you would like to include.</li>
<li>Submissions for the Zenoss Submit a ZenPack Contest are open until August 15th at which time we will draw randomly from all entries.</li>
<li>Multiple entries are allowed and encouraged. You will get one entry for each tip submitted.</li>
<li><strong>Special Bonus</strong>: If you have a blog and you post your Zenoss ZenPack with a link back to the ZenPacks page we will enter your tip in the drawing twice (Please be sure to include the comment in your email submission and include the trackback link for this post in your blog entry).</li>
<li>The contest will be open until August 15th at which time we will draw 1 entry randomly from all entries and the judges will select another.  We will announce the winners shortly thereafter.
<ul>
<li><a href="http://www.zenoss.com/community/projects/zenpacks/" >ZenPack Project Site</a></li>
<li><a href="http://www.zenoss.com/community/projects/zenpacks/zenpack-documentation" >ZenPack Documentation</a></li>
<li><a href="http://www.zenoss.com/community/projects/zenpacks/zenpack-documentation/zenpack-faq" >ZenPack FAQ</a></li>
<li><a href="http://community.zenoss.com/forums/viewforum.php?f=6" >ZenPack Discussion Forum/Mailing list</a></li>
<li><a href="http://www.zenoss.com/community/wiki/user-contributed/CustomZenPackRoughGuide/" >Community Provided Custom ZenPack Rough Guide</a></li>
</ul>
</li>
<p><strong>Getting Started:</strong></p>
<p><strong>The Prizes:</strong><br />
We figured why just give 1 lucky winner an Asus Eee Ultra-Compact Linux Laptop when we can give away 2?  So we will be selecting 1 winner at random and 1 by our judges from the submissions and giving them their choice of Galaxy Black or Pearl White Eee PC 2G Surf Linux Laptops.</p>
<p>Get the power of a full-sized laptop in the ultra-compact ASUS Eee PC 2G Surf, which offers a full QWERTY keyboard, 7-inch screen, and preinstalled Linux operating system. (This laptop is also compatible with the Microsoft Windows XP operating system.) You’ll be able to stay connected to email and the Internet easily thanks to the Wi-Fi LAN (802.11b/g), and communicate via video chat and VoIP with the Webcam integrated into the display’s bezel. Because it uses flash memory instead of a hard drive (with 2 GB of storage), the Eee PC is optimal for weathering rough handling and sharing space in overstuffed bags.</p>
<p>For the professional, the Eee PC comes with a powerful selection of software to maximize personal productivity–over 40 built-in applications. The Open Office suite of software enables the user to open, edit and create documents, presentations, spreadsheets and databases that are compatible with Microsoft Office. For journalists, photographers and other professionals who need to use a computer in the field to create, to communicate and to collaborate with other colleagues, the Eee PC’s combination of power, extreme portability and rugged build makes it the ideal computing solution.It’s also a great choice for young students, with a built-in Dictionary that’s great for homework, and it includes two modes of intuitive graphic user interface design to accommodate both experienced and inexperienced PC users. The Eee PC also handles your digital images, movies, and music as well as Internet radio.</p>
<p>Compact and highly portable at just 32 ounces, the Eee PC 2G Surf has a 7-inch wide color TFT LCD with an 800 x 480-pixel resolution (WXGA). Under the hood is a 800 MHz Intel Mobile CPU with integrated Intel graphics processor, 512 MB of RAM (not expandable), and 2 GB of solid-state flash memory. With the dependable solid-state disk, you get unparalleled shock-protection and reliability. In addition to its wireless LAN, it also offers wired Fast Ethernet connectivity and a 56K modem. The Eee PC includes software for Web browsing (Firefox), email, OpenOffice 2.0 for creating and editing word processing documents and spreadsheets, and a suite of other productivity software to help keep you on track.</p>
<p>You get three USB 2.0 ports, a VGA output for connecting to external monitors, headphone and microphone jacks, and a Secure Digital (SD) memory card slot. The Eee PC measures 8.9 x 6.5 x 1.4 inches, and it weighs 32 ounces. The 4-cell, 5200 mAh battery provides up to 3.5 hours of battery life.</ol>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://blog.zenoss.com/2008/06/29/submit-a-zenpack-win-fabulous-prizes/')" href="http://www.sphere.com/search?q=sphereit:http://blog.zenoss.com/2008/06/29/submit-a-zenpack-win-fabulous-prizes/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.sphere.com/search?q=sphereit:http://blog.zenoss.com/2008/06/29/submit-a-zenpack-win-fabulous-prizes/');">Sphere: Related Content</a></span><br/><br/>
<!-- 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 -->
]]></content:encoded>
			<wfw:commentRss>http://blog.zenoss.com/2008/06/29/submit-a-zenpack-win-fabulous-prizes/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
