<?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>blog.mirko-pluhar.de &#187; drraw rrdtool ubuntu</title>
	<atom:link href="http://blog.mirko-pluhar.de/tag/drraw-rrdtool-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mirko-pluhar.de</link>
	<description>Aus Neuseeland. Ohne Umlaute.</description>
	<lastBuildDate>Tue, 08 Jun 2010 08:22:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>collectd + drraw + rrdtool</title>
		<link>http://blog.mirko-pluhar.de/2008/05/25/collectd-drraw-rrdtool/</link>
		<comments>http://blog.mirko-pluhar.de/2008/05/25/collectd-drraw-rrdtool/#comments</comments>
		<pubDate>Sun, 25 May 2008 14:08:09 +0000</pubDate>
		<dc:creator>mirko</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[drraw rrdtool ubuntu]]></category>

		<guid isPermaLink="false">http://duennes.wordpress.com/?p=59</guid>
		<description><![CDATA[If you&#8217;re trying to use ddraw and rrdtool on Ubuntu 8.04 you have to make some minor changes on the drraw.cgi to get it work. I guess the rrdtool API has changed and since drraw&#8217;s latest realease is from 2005 there is something to do.
There error drraw prints out is &#8220;You must specify at least [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re trying to use ddraw and rrdtool on Ubuntu 8.04 you have to make some minor changes on the drraw.cgi to get it work. I guess the rrdtool API has changed and since drraw&#8217;s latest realease is from 2005 there is something to do.</p>
<p>There error drraw prints out is &#8220;You must specify at least one RRA to add!&#8221;</p>
<p><strong>drraw.cgi</strong> 2.1.3 &lt;1.185.2.18&gt;</p>
<p><strong>Perl</strong> 5.008008</p>
<p><strong>CGI.pm</strong> 3.15</p>
<p><strong>RRDs.pm</strong> 1.2019</p>
<p>Here is the diff for drraw.cgi</p>
<p>1c1<br />
&lt; #! /usr/bin/perl -T<br />
&#8212;<br />
&gt; #! /usr/local/bin/perl -T<br />
2607c2607<br />
&lt;           = RRDs::fetch($file, $cf, 0, 0);<br />
&#8212;<br />
&gt;                 = RRDs::fetch($file, $cf, &#8216;-s&#8217;, 0, &#8216;-e&#8217;, 0);</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mirko-pluhar.de/2008/05/25/collectd-drraw-rrdtool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
