Hi,

I'm creating a rrd file to keep track of the NAT session.

When I running the rrdtool update command, it give the follow error.

' to float not complete: tail '/cgn1.rrd: conversion of '3109136

Below are the command used for creating and updating the rrd file.

/opt/rrdtool/bin/rrdtool create /opt/httpd/htdocs/CGNmon/cgn1.rrd \
DS:SESSION:GAUGE:600:0:U \
RRA:AVERAGE:0:1:288  \
RRA:AVERAGE:0:3:672 \
RRA:AVERAGE:0:12:744 

/opt/rrdtool/bin/rrdtool update /opt/httpd/htdocs/CGNmon/cgn1.rrd N:`awk
'NR==37 { print $3 }' "CG01 2013-04-04 02:10" | sed 's/,//g'` 

Output of the awk and sed command
[remote.backup@RDS02 cgn_stat]$ awk 'NR==37 { print $3 }' "CG01 2013-04-04
02:10" | sed 's/,//g'
3109136



--
View this message in context: 
http://rrd-mailinglists.937164.n2.nabble.com/to-float-not-complete-error-tp7580902.html
Sent from the RRDtool Users Mailinglist mailing list archive at Nabble.com.

_______________________________________________
rrd-users mailing list
[email protected]
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users

Reply via email to