[rrd-users] Re: not a simple integer ?

Nelis Lamprecht nelis at brabys.co.za
Tue Jun 1 15:52:29 MEST 2004


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 <nelis at brabys.co.za>
> To: rrd-users at list.ee.ethz.ch
> 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: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
> 
> 

--
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