<?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>Ganglia Monitoring System &#187; amelia</title>
	<atom:link href="http://ganglia.info/?feed=rss2&#038;tag=amelia" rel="self" type="application/rss+xml" />
	<link>http://ganglia.info</link>
	<description>Monitoring clusters and Grids since the year 2000</description>
	<lastBuildDate>Thu, 19 Aug 2010 18:25:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ganglia 3.1.0 (Amelia) Released</title>
		<link>http://ganglia.info/?p=70</link>
		<comments>http://ganglia.info/?p=70#comments</comments>
		<pubDate>Wed, 30 Jul 2008 19:41:42 +0000</pubDate>
		<dc:creator>Bernard Li</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[3.1.0]]></category>
		<category><![CDATA[amelia]]></category>

		<guid isPermaLink="false">http://ganglia.info/?p=70</guid>
		<description><![CDATA[ The Ganglia Project (http://ganglia.info) is pleased to announce the first
official release of Ganglia 3.1.0  The official	tarball is available for
immediate download at:
http://sourceforge.net/project/showfiles.php?group_id=43021&#38;package_id=35280&#38;release_id=616721
Please refer to http://ganglia.wiki.sourceforge.net/ganglia_release_notes
for more information.
(There is a known bug with 3.1.0 gmetad aggregating XML data from another 3.1.0 gmetad &#8212; if your environment requires this feature, wait for 3.1.1 to be released. [...]]]></description>
			<content:encoded><![CDATA[<p> The Ganglia Project (<a href="http://ganglia.info">http://ganglia.info</a>) is pleased to announce the first<br />
official release of Ganglia 3.1.0  The official	tarball is available for<br />
immediate download at:</p>
<p><a href="http://sourceforge.net/project/showfiles.php?group_id=43021&amp;package_id=35280&amp;release_id=616721">http://sourceforge.net/project/showfiles.php?group_id=43021&amp;package_id=35280&amp;release_id=616721</a></p>
<p>Please refer to <a href="http://ganglia.wiki.sourceforge.net/ganglia_release_notes">http://ganglia.wiki.sourceforge.net/ganglia_release_notes</a><br />
for more information.</p>
<p>(There is a known bug with 3.1.0 gmetad aggregating XML data from another 3.1.0 gmetad &#8212; if your environment requires this feature, wait for 3.1.1 to be released.  Alternatively, a patch has been developed and is available <a href="http://bugzilla.ganglia.info/cgi-bin/bugzilla/show_bug.cgi?id=198">here</a>)</p>
<p>The main features of this release are:</p>
<ul>
<li>Introduction of a modular metric interface for C and Python (DSO support)</li>
<li>Scriptable metric module support with Python</li>
<li>All pre-existing metrics (CPU, network, disk, memory, etc.) converted to metric modules</li>
<li>Introduction of new metric modules multicpu, multidisk and tcp_conn status</li>
<li>Modular frontend graph support</li>
<li>Metric groups which can be viewed or hidden as desired</li>
<li>Additional scaling capacity for systems with memory greater than 4TB</li>
<li>Platform support for DragonFlyBSD</li>
<li>Improved native metric support for Windows (Built with CygWin)</li>
<li>Bug fixes and Enhancements</li>
</ul>
<p>Supported platforms:</p>
<ul>
<li>Linux (Fedora/RedHat/CentOS, Debian, Gentoo, SuSE/OpenSuSE)</li>
<li>[Open]Solaris</li>
<li>FreeBSD</li>
<li>NetBSD</li>
<li>OpenBSD</li>
<li>DragonflyBSD</li>
<li>Cygwin (no support for DSO yet)</li>
<li>AIX (no support for DSO yet)</li>
</ul>
<p>Please read all the README, INSTALL and other available documentation<br />
(<a href="http://ganglia.wiki.sourceforge.net">http://ganglia.wiki.sourceforge.net</a>) as a lot of things have changed since<br />
3.0.7. Use good deployment practices when upgrading from 3.0.x to make sure<br />
that you do not mix gmond 3.0 and 3.1 nodes in the same cluster (as defined<br />
by a multicast address or unicast collector node).  The protocol that<br />
allows gmond nodes to communicate within the same cluster, has changed.<br />
However the XML packets that are passed between gmond and gmetad have<br />
remained compatible from 3.0.x to 3.1.x, allowing a 3.0.x gmetad to continue<br />
to pull data from a newer 3.1.x gmond cluster.</p>
<p>For those who are interested in upgrading from a 3.0.x installation, your<br />
current gmond and gmetad configuration files will need to be moved from their<br />
current location to /etc/ganglia.  If you are attempting the upgrade via an<br />
RPM, the RPM will automatically move your current configuration file to the<br />
new location. However, for gmond, the 3.0.x conf file will not work. Please<br />
use the patch file gmond-3.1.patch available at<br />
<a href="http://www.ganglia.info/releases" title="http://www.ganglia.info/releases"> http://www.ganglia.info/releases</a>/ to patch your gmond.conf prior to<br />
starting, otherwise gmond will fail to startup.</p>
<p>There are several known issues with the current release which include the<br />
following:</p>
<ul>
<li>no support for C++ to create DSO modules</li>
<li>no spoofing from modular metrics (use gmetric if spoofing is needed)</li>
<li>race condition for tcpconn python metric module (affects gmond -m)</li>
<li>libdir issues related to building for 64bit platforms</li>
<li>known build issues for platforms:
<ul>
<li>Darwin (AKA MacOS/X)</li>
<li>HPUX</li>
<li>Tru64 (AKA OSF/1)</li>
<li>Irix</li>
</ul>
</li>
</ul>
<p>Many of the above issues are being addressed and patches will be applied for<br />
the next minor release of Ganglia 3.1.x.  In addition more information about<br />
the current official release, can be found on the Ganglia wiki at<br />
<a href="http://ganglia.wiki.sourceforge.net/ganglia_release_notes"> http://ganglia.wiki.sourceforge.net/ganglia_release_notes</a>.</p>
<p>Ganglia Development Team</p>
]]></content:encoded>
			<wfw:commentRss>http://ganglia.info/?feed=rss2&amp;p=70</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
