[rrd-users] Error: "to float not complete:tail"
McCann, Brian
bmccann at andmore.com
Thu Jan 5 17:20:11 MET 2006
I'm trying to make an RRD to track the status codes of web hits. When I
try to update the RRD, I get this error, which I can't make any sense
out of.
' to float not complete: tail '
I've tried Googling for it, but didn't get very far. Here's my RRD
definition:
rrdtool create /usr/local/www/data/mrtg/data/nephrite.iisresults.rrd \
DS:200:GAUGE:600:U:U \
DS:206:GAUGE:600:U:U \
DS:207:GAUGE:600:U:U \
DS:304:GAUGE:600:U:U \
DS:400:GAUGE:600:U:U \
DS:401:GAUGE:600:U:U \
DS:404:GAUGE:600:U:U \
DS:403:GAUGE:600:U:U \
DS:500:GAUGE:600:U:U \
DS:totalhits:GAUGE:600:U:U \
RRA:AVERAGE:0.5:1:600 \
RRA:AVERAGE:0.5:6:700 \
RRA:AVERAGE:0.5:24:775 \
RRA:AVERAGE:0.5:288:797 \
RRA:MAX:0.5:1:600 \
RRA:MAX:0.5:6:700 \
RRA:MAX:0.5:24:775 \
RRA:MAX:0.5:288:797
My update line:
/usr/local/bin/rrdtool update
/usr/local/www/data/mrtg/data/nephrite.iisresults.rrd N:${results}
And $results is
1893:0:5:1783:1:0:0:0:1:4164
I'm stumped...so any help would be very appreciated!
Thanks!
--Brian
--
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://lists.ee.ethz.ch/rrd-users
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
More information about the rrd-users
mailing list