[rrd-users] Re: extending RRAs... scripts? suggestions?

2001-03-06 Thread Dave Plonka
On Tue, Mar 06, 2001 at 11:33:07PM +0100, Tobias Oetiker wrote: > > Today Dave Plonka wrote: > > | I'm interested in extending my RRAs. Basically I've got lots of ".rrd" > | files that were created nearly 2 years ago, e.g.: > | and real soon now they will begin to lose old daily AVERAGE and

[rrd-users] Re: extending RRAs... scripts? suggestions?

2001-03-06 Thread Tobias Oetiker
Today Dave Plonka wrote: | | | RRD users, | | I'm interested in extending my RRAs. Basically I've got lots of ".rrd" | files that were created nearly 2 years ago, e.g.: | |rrdtool create foo.rrd --step 300 \ |DS:bar:ABSOLUTE:400:U:U \ |RRA:AVERAGE:0:1:600 \ |RRA:AVERAG

[rrd-users] Re: extending RRAs... scripts? suggestions?

2001-03-06 Thread JTuite
I had to do the same thing but to the first RRA, I have to do it one record every five minutes to avoid creating gaps. I have a script that you can pass a directory name to and it will resize all the rrd files in that directory. to grow RRA 0 in the routers dir by 1 record run this: ~/resize-rrd

[rrd-users] Re: extending RRAs... scripts? suggestions?

2001-03-06 Thread Jason Fesler
> and real soon now they will begin to lose old daily AVERAGE and MAX > values. I guess I just ned to be able to extend those daily RRAs to > perhaps 5 years so I get some breating room. The script I'm working on to add DS's will also add RRA's. I'm still testing it and hope to be able to let p