[170308] in North American Network Operators' Group
Re: Assistance Exporting MRTG graph data
daemon@ATHENA.MIT.EDU (JP)
Wed Mar 26 05:32:55 2014
From: JP <froztbyte@froztbyte.net>
In-Reply-To: <88964e92-ca9e-47d2-8077-d8a7184f230a@mx-ix-nbo.tespok.co.ke>
Date: Wed, 26 Mar 2014 11:31:48 +0200
To: nanog@nanog.org
Errors-To: nanog-bounces+nanog.discuss=bloom-picayune.mit.edu@nanog.org
On 26 Mar 2014, at 11:26 AM, Joseph M. Owino <jpmuga@tespok.co.ke> =
wrote:
> Hi,
>=20
> I recently changed my monitoring server and would like to know how =
someone can export MRTG data so that there are no breaks in the graph =
data?
If you went between architectures (32bit and 64bit), you=92ll need to =
`rrdtool dump`, and implement a bit of batching. Other than that, you =
should just be able to transfer the RRAs as is. Transfer them a couple =
of hundred at a time, or as fast as you can manage within the limits of =
your disk IOPS, and then just have it timed to run between your updates. =
Took me a shell 3-liner to move 15k RRAs about 2 years ago.
-J=