Sorry, just to add some more information to my original post here is
part of the script that collects the information:

my $input = $vals[0];
my $output = $vals[1];
 
RRDs::update ("/usr/local/rrddata/dbn-router.rrd",
"N:\"$input\":\"$output\"");
my $ERR=RRDs::error;
die "ERROR while updating dbn-router.rrd: $ERR\n" if $ERR;
 
# Testing
#print "N:$input:$output";

Data is being pulled into the $vals ( tested above ) but obviously
something between version 1.0.45 and version 1.0.47 has changed and
doesn't like it ?

Any help much appreciated.

Nelis

-----Forwarded Message-----
> From: Nelis Lamprecht <[EMAIL PROTECTED]>
> To: [email protected]
> Subject: [rrd-users] not a simple integer ?
> Date: Tue, 01 Jun 2004 15:09:32 +0200
> 
> Hi,
> 
> I've just done an upgrade on rrdtool from 1.0.45 to 1.0.47 and now some
> of my scripts are not working and giving the following error:
> 
> ERROR while updating webrouter.rrd: not a simple integer: '"515709113"'
> 
> Any ideas how I can fix this ? Hope I haven't now lost my data due to
> the update.
> 
> Thanks.
> 
> Nelis
> 
> --
> 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

Reply via email to