<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>RoAkSoAx's Weblog &#187; zenoss</title>
	<atom:link href="http://www.roaksoax.com/tag/zenoss/feed" rel="self" type="application/rss+xml" />
	<link>http://www.roaksoax.com</link>
	<description>My Personal Blog</description>
	<lastBuildDate>Thu, 05 May 2011 15:20:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Installing Zenoss on Ubuntu 10.04</title>
		<link>http://www.roaksoax.com/2010/04/installing-zenoss-in-ubuntu-10-04</link>
		<comments>http://www.roaksoax.com/2010/04/installing-zenoss-in-ubuntu-10-04#comments</comments>
		<pubDate>Mon, 05 Apr 2010 17:36:16 +0000</pubDate>
		<dc:creator>roaksoax</dc:creator>
				<category><![CDATA[Planet]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[zenoss]]></category>

		<guid isPermaLink="false">http://www.roaksoax.com/?p=411</guid>
		<description><![CDATA[Zenoss (Network Monitoring and IT Management tool) has been running with Python2.4 for quite a while now, making it impossible to be run in a few Ubuntu releases. However, this has now changed. Few days ago they announced the migration of Zenoss to Python 2.6. Please see the announcement here. If you wish to help testing, [...]]]></description>
			<content:encoded><![CDATA[<p>Zenoss (Network Monitoring and IT Management tool) has been running with Python2.4 for quite a while now, making it impossible to be run in a few Ubuntu releases. However, this has now changed. Few days ago they announced the migration of Zenoss to Python 2.6. Please see the <a href="http://community.zenoss.org/blogs/zenossblog/2010/03/29/zenoss-qa-test-day-april-1--trunk-source-builds--updated">announcement here</a>.</p>
<p>If you wish to help testing, you can refer to this <a href="http://community.zenoss.org/docs/DOC-5837">Ubuntu Installation Notes</a>, or do the following:</p>
<p>First we need to install the necessary dependencies:</p>
<blockquote><p><code>$ sudo apt-get install rsync python-dev build-essential make bzip2 sudo sysv-rc-conf snmpd swig autoconf mysql-server-5.0 libmysqlclient15-dev libmysqlclient15off ttf-liberation ttf-linux-libertine unzip subversion librrd4</code></p></blockquote>
<p>Second, we need to create the zenoss user, and create the destination path with the right permissions:</p>
<blockquote><p><code>$ sudo adduser zenoss<br />
$ sudo mkdir /usr/local/zenoss<br />
$ sudo chown zenoss /usr/local/zenoss</code></p></blockquote>
<p>Third, we need to configure the environment for zenoss user. So, we need first to log in as the zenoss user:</p>
<blockquote><p><code>$ sudo -i -u zenoss</code></p></blockquote>
<div>Then add the following to .bashrc</div>
<blockquote><p><code>export ZENHOME=/usr/local/zenoss<br />
export PYTHONPATH=$ZENHOME/lib/python<br />
export PATH=$ZENHOME/bin:$PATH</code></p></blockquote>
<div>And reload .bashrc</div>
<blockquote>
<div><code>$ source .bashrc</code></div>
</blockquote>
<p>Fourth, we obtain the trunk while logged into the zenoss user:</p>
<blockquote><p><code>$ svn co http://dev.zenoss.org/svn/trunk/inst zenossinst</code></p></blockquote>
<div>Finally, we install zenoss.</div>
<blockquote><p><code>$ cd zenossinst<br />
$ ./install.sh</code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.roaksoax.com/2010/04/installing-zenoss-in-ubuntu-10-04/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

