Glad I could help. I was just speaking from experience. I once created an rrd that I was planing on storing data as a percentage in, so I set the max to 100 then later changed my mind and couldn't figure out why it wasn't recording any values.
>>> Greg Redder <[EMAIL PROTECTED]> 12/9/2005 1:02 PM >>> John, You the man! That was simple enough! rrd info showed the wrond max value and rrd tune fixed it to a larger number. Sheesh - thanks...just needed another set of eyes on that problem!!!! Thanks tons! --Greg On Fri, 9 Dec 2005, John Barber wrote: > Date: Fri, 09 Dec 2005 07:26:09 -0500 > From: John Barber <[EMAIL PROTECTED]> > To: [email protected] > Subject: [rrd-users] Re: large values equal NaN? > > Sounds to me like you set a max value of about 10 Billion when you > created the rrd. > > just a thought. > > > > >>> Greg Redder <[EMAIL PROTECTED]> 12/8/2005 5:11 PM >>> > > For years I've been running rrdtool as the basis for my cricket stats. > I recently noticed that values greater than about 10 billion are > entered > into the database as NaN. > > Here's what I do. I collect several values via SNMP and add them > together > with a shell script. Then, the Cricket program via RRDs.pm > (RRDs::update) > writes the values to the database. However, while I can see what value > is > attempted to be written, if the value is greater than about 10 > billion, > the value of NaN is written instead. > > I'm using rrdtool-1.2.11. > > Does anyone know what this problem is? > > Thank you > --Greg Redder > Network Analyst > Colorado State University > > > =============================================================================== > Greg Redder Academic Computing & Networking > Services > Colorado State University, ACNS Phone:(970)491-7222 FAX: > (970)491-1958 > 601 S. Howes, Room 625 E-mail: [EMAIL PROTECTED] > Fort Collins, CO 80523 PGP > Fprint:CD62EAE6227D96FC7C232B16DFE3B5D9B2F64352 > =============================================================================== > > -- > Unsubscribe > mailto:[EMAIL PROTECTED] > Help mailto:[EMAIL PROTECTED] > Archive http://lists.ee.ethz.ch/rrd-users > WebAdmin http://lists.ee.ethz.ch/lsg2.cgi > > -- > Unsubscribe mailto:[EMAIL PROTECTED] > Help mailto:[EMAIL PROTECTED] > Archive http://lists.ee.ethz.ch/rrd-users > WebAdmin http://lists.ee.ethz.ch/lsg2.cgi > =============================================================================== Greg Redder Academic Computing & Networking Services Colorado State University, ACNS Phone:(970)491-7222 FAX: (970)491-1958 601 S. Howes, Room 625 E-mail: [EMAIL PROTECTED] Fort Collins, CO 80523 PGP Fprint:CD62EAE6227D96FC7C232B16DFE3B5D9B2F64352 =============================================================================== -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/rrd-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
