<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Netvouz / remco1hier / tag / rrdtool</title>
<link>http://netvouz.com/remco1hier/tag/rrdtool?feed=rss</link>
<description>remco1hier&#39;s bookmarks tagged &quot;rrdtool&quot; on Netvouz</description>
<item><title>Pnp4nagios, adding a datasource to a rrd file (not only for pnp4nagios) « Erralt</title>
<link>http://erralt.wordpress.com/2010/01/14/pnp4nagios-adding-a-datasource-to-a-rrd-file/</link>
<description>#!/usr/bin/perl use strict; use warnings; use RRD::Simple(); my $rrd_file = shift @ARGV; my $DS_name = shift @ARGV; my $DS_type = shift @ARGV; my $rrd = RRD::Simple-&gt;new(); print &quot;Processing $rrd_file...&quot;; $rrd-&gt;add_source($rrd_file, $DS_name =&gt; $DS_type); print &quot; ok.&#92;n&quot;;</description>
<category domain="http://netvouz.com/remco1hier?category=7597538144518367098">Monitoring</category>
<author>remco1hier</author>
<pubDate>Wed, 29 Feb 2012 14:40:11 GMT</pubDate>
</item></channel></rss>