<?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>PABLO GODEL &#187; monitoring</title>
	<atom:link href="http://pablogodel.com/category/monitoring/feed/" rel="self" type="application/rss+xml" />
	<link>http://pablogodel.com</link>
	<description>Software Development / Sailing / Photography / House Music</description>
	<lastBuildDate>Sun, 08 Nov 2009 03:42:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>No graphs in Ganglia</title>
		<link>http://pablogodel.com/2009/06/18/no-graphs-in-ganglia/</link>
		<comments>http://pablogodel.com/2009/06/18/no-graphs-in-ganglia/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 20:34:21 +0000</pubDate>
		<dc:creator>Pablo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://pablogodel.com/?p=34</guid>
		<description><![CDATA[Today I was installing Ganglia in a new server. After successfully compiling and installing gmond and gmetad I placed the web files in a directory accessible by Apache.
When I loaded the web page, all graphs were empty/broken.  Something was wrong. PHP had GD enabled, so it was not it. I checked the php log and [...]]]></description>
			<content:encoded><![CDATA[<p>Today I was installing <a href="http://ganglia.info/">Ganglia</a> in a new server. After successfully compiling and installing gmond and gmetad I placed the web files in a directory accessible by Apache.</p>
<p>When I loaded the web page, all graphs were empty/broken.  Something was wrong. PHP had GD enabled, so it was not it. I checked the php log and no errors were found, but when I looked at the error_log I saw the following:</p>
<blockquote><p>No fonts found; this probably means that the fontconfig<br />
library is not correctly configured. You may need to<br />
edit the fonts.conf configuration file. More information<br />
about fontconfig can be found in the fontconfig(3) manual<br />
page and on http://fontconfig.org</p></blockquote>
<p>First of all, I had missed the requirement to have fontconfig. So I went ahead and installed it. After the installation was complete, the problem was still there. I checked and /usr/share/fonts was empty, but there is another directory, /usr/share/X11/fonts which had plenty of fonts. So I renamed the original fonts directory and created a symlink to the one that has plenty of fonts.</p>
<p>After this, ganglia&#8217;s graphs showed up as expected.</p>
]]></content:encoded>
			<wfw:commentRss>http://pablogodel.com/2009/06/18/no-graphs-in-ganglia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
