[rrd-users] Replicating part or all of rrd files

Marc Powell marc at ena.com
Wed Jan 24 00:10:45 MET 2007



> -----Original Message-----
> From: rrd-users-bounces at lists.oetiker.ch [mailto:rrd-users-
> bounces at lists.oetiker.ch] On Behalf Of Jacob, Raymond A Jr
> Sent: Tuesday, January 23, 2007 4:49 PM
> To: rrd-users at lists.oetiker.ch
> Subject: [rrd-users] Replicating part or all of rrd files
> 
> I will be setting up a Nagios server soon. Remote sites will generate
and
> store performance data in rrd database.
> I would like to replicate the rrd files on the remote sites with
> performance data to a directory on a central server. The central
nagios
> server will use that data to generate graphs. Researching the list, I
know
> one can pipe data from a remote server to central server.  I was
thinking
> of using cfengine or rsync to copy the files to the central server but
I
> thought that there would be concurrency issues.

I've been successfully using rsync's whole-file option to shuffle around
many rrd files for years with no issues. Same kind of scenario but with
Cricket. 5 data collection machines poll the data and update the files.
Every 30 minutes I the rsync the files to a central server for further
processing and aggregate display through the web GUI. Currently 32819
files and about 17Gb of data and have never seen an issue. I haven't
tested rsync's delta support with binary files but it makes me nervous
(probably unjustly).

-
Marc 




More information about the rrd-users mailing list