[rrd-users] Re: Problems with RRD and graphing BIND...........

Serge Maandag serge.maandag at staff.zeelandnet.nl
Mon Mar 3 17:52:42 MET 2003


No that's right, but if one value is "" instead of a number, the whole update fails.

So you may need to do a check on all your variables.
Something like:

# if $ok has no value, give it the value "nan" to stop rrdtool update from tripping.
$ok |= "nan; 

Serge.

-----Original Message-----
From: Alex Ponnath [mailto:alexp at iccinternet.com]
Sent: Monday, March 03, 2003 5:45 PM
To: Serge Maandag; rrd-users at list.ee.ethz.ch
Subject: RE: [rrd-users] Problems with RRD and graphing BIND...........


Yes, it seem to put something out like "N:12:13::20:5:" I thought N was
a function of 
RRD which holds the current time. Did I miss something ?

Alex

-----Original Message-----
From: Serge Maandag [mailto:serge.maandag at staff.zeelandnet.nl] 
Sent: Monday, March 03, 2003 1:18 AM
To: Alex Ponnath; rrd-users at list.ee.ethz.ch
Subject: RE: [rrd-users] Problems with RRD and graphing BIND...........


I don't see what's wrong at first glance, are you sure your script is
outputting valid data? Not something like: N:12:13::20:5: ?

What I do see though:

"RRA:AVERAGE:0.5:6:17520",
"RRA:AVERAGE:0.5:24:4380",

6 * 17520  is the same timespan as 24 * 4380, so the second one
effectively does nothing and will not be used.

Serge.

--
Unsubscribe mailto:rrd-users-request at list.ee.ethz.ch?subject=unsubscribe
Help        mailto:rrd-users-request at list.ee.ethz.ch?subject=help
Archive     http://www.ee.ethz.ch/~slist/rrd-users
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi



More information about the rrd-users mailing list