I solved my problem. I had maxbytes set to 196608, and for some reason MRTG decided to make the maximum data value for the .rrd file 2.0e4 instead of 2.0e5, so it was throwing-out the data. A conversion from data that I was writing as type 'GAUGE' worked fine, however.
----- Original Message ----- From: "Michael Love" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Thursday, October 10, 2002 2:59 AM Subject: [rrd-users] Problem converting from .log to .rrd with MRTG > > I'm working on converting some of our graphing over to using RRDTool and I'm > having a problem. When you first run MRTG with the "LogFormat: rrdtool" > directive it will convert your existing .log files to .rrd files. This work > fine, but when I continue to add data after that using MRTG, all of my > graphs fall to '0' for any new data. > > Am I doing something terminally stupid, here? > > I'm using MRTG v2.9.22 & RRDTool 1.0.38 on RedHat 7.3 > > -- Michael > > > -- > Unsubscribe mailto:[EMAIL PROTECTED] > Help mailto:[EMAIL PROTECTED] > Archive http://www.ee.ethz.ch/~slist/rrd-users > WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
