Hi Friends,
My old TS-451 died (Intel cpu fault).
I have rrdtool files that I would like to convert, for use on my my new TS-464.
Anyone out there running rrdtool (which is hardware-specific) on a TS-451 who would be so kind as to dump my rrd files (tgz; How do you attach a file???) to xml, and post the xml back to me?
for f in *.rrd; do rrdtool dump ${f} > ${f}.xml; done
Thanks!