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:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 5:45 PM To: Serge Maandag; [email protected] 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:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 1:18 AM To: Alex Ponnath; [email protected] 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:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
