Re: [mrtg] Old .rrd files

2007-09-06 Thread Hugo Rebello
Thank you very much, it's solved my problem.

Cheers,
Hugo





MrPaul escreveu:
 Are you wanting to merge your old rrd file with the new rrd file?  If
 so take a look at 'merge-rrd'
 inhttp://oss.oetiker.ch/rrdtool/pub/contrib. 

 In the future you can just rename your rrd files to the new names and
 not loose any of the historical data.

 Paul

___
mrtg mailing list
mrtg@lists.oetiker.ch
https://lists.oetiker.ch/cgi-bin/listinfo/mrtg


[mrtg] Old .rrd files

2007-09-05 Thread Hugo Rebello
Guys,

I have some .rrd old files and I'd like to know what I must do to
convert it to .html.
I'm using the MRTG with RRDTool normally, however when I change any
router sub-interfaces the .rrd files is changed also so I lose the old
reports.

Thank you.

Cheers,
Hugo

___
mrtg mailing list
mrtg@lists.oetiker.ch
https://lists.oetiker.ch/cgi-bin/listinfo/mrtg


Re: [mrtg] Old .rrd files

2007-09-05 Thread Francesco Ferreri
Hi,

Hugo Rebello wrote:
 Guys,
 
 I have some .rrd old files and I'd like to know what I must do to
 convert it to .html.

did you mean XML files ? Try this:

rrdtool dump filename.rrd  filename.xml

man rrddump for details.

Regards,
Francesco

___
mrtg mailing list
mrtg@lists.oetiker.ch
https://lists.oetiker.ch/cgi-bin/listinfo/mrtg


Re: [mrtg] Old .rrd files

2007-09-05 Thread Hugo Rebello
Perfect, however I don't know how to convert XML to HTML. Anybody knows ???

Thank you.

Cheers,
Hugo




Francesco Ferreri escreveu:
 Hi,

 Hugo Rebello wrote:
 Guys,

 I have some .rrd old files and I'd like to know what I must do to
 convert it to .html.

 did you mean XML files ? Try this:

 rrdtool dump filename.rrd  filename.xml

 man rrddump for details.

 Regards,
 Francesco


___
mrtg mailing list
mrtg@lists.oetiker.ch
https://lists.oetiker.ch/cgi-bin/listinfo/mrtg


Re: [mrtg] Old .rrd files

2007-09-05 Thread Francesco Ferreri
Hugo Rebello wrote:
 Perfect, however I don't know how to convert XML to HTML. Anybody knows ???

What do you mean by converting to HTML ? XML files created by rrdtool 
are simply a structured dump of the contents of the RRD binary file. 
They are useful, for example, if you have to migrate your RRDs between 
different architectures.

Regards,
Francesco

___
mrtg mailing list
mrtg@lists.oetiker.ch
https://lists.oetiker.ch/cgi-bin/listinfo/mrtg


Re: [mrtg] Old .rrd files

2007-09-05 Thread MrPaul
Are you wanting to merge your old rrd file with the new rrd file?  If so
take a look at 'merge-rrd' inhttp://oss.oetiker.ch/rrdtool/pub/contrib.

In the future you can just rename your rrd files to the new names and not
loose any of the historical data.

Paul
___
mrtg mailing list
mrtg@lists.oetiker.ch
https://lists.oetiker.ch/cgi-bin/listinfo/mrtg


Re: [mrtg] Old .rrd files

2007-09-05 Thread Guenther Boelter

Hugo Rebello wrote:
 Perfect, however I don't know how to convert XML to HTML. Anybody knows ???
 
 Thank you.
 
 Cheers,
 Hugo
 



Sorry Hugo,

but this don't make sense for me because the .rrd file is your database.

___
mrtg mailing list
mrtg@lists.oetiker.ch
https://lists.oetiker.ch/cgi-bin/listinfo/mrtg


Re: [mrtg] Old .rrd files

2007-09-05 Thread Steve Shipway
 Perfect, however I don't know how to convert XML to HTML. Anybody
knows

The RRD files are your data.  If what you mean is 'create viewable web
pages, complete with graphs, from the data held in the .rrd files' then
the answer is to get a frontend CGI application, such as routers2, 14all
or mrtg-rrd, which will do this for you when given the .rrd file and a
.cfg file corresponding to it.

Steve

___
mrtg mailing list
mrtg@lists.oetiker.ch
https://lists.oetiker.ch/cgi-bin/listinfo/mrtg