<HTML>
<HEAD>
<TITLE>Double output in plugin-cvs</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>A newbie to collectd and this list, I had a simple question on cvs output.<BR>
<BR>
I&#8217;ve written a simple tcl script that parses the logs of an satellite ingest (noaaport)<BR>
application, and sends the data up to a central collectd server.<BR>
<BR>
It&#8217;s working great, except for one issue, the output of the doubles lacks enough<BR>
precision to be of use.<BR>
<BR>
Here is a sample of the raw data (prior to parsing into collectd)<BR>
1252938080 90 0.00e+00 1.00e-10 <BR>
1252938090 90 0.00e+00 1.00e-10 <BR>
1252938100 90 0.00e+00 8.00e-07 <BR>
<BR>
However, cvs, is only outputting the following for vber<BR>
1252938080,0.000000<BR>
1252938090,0.000000<BR>
1252938100,0.000001<BR>
<BR>
I&#8217;m &nbsp;sure it&#8217;s a printf precision, I need to increase, but I need a<BR>
suggestion where to look?<BR>
<BR>
Thanks for any help.<BR>
<BR>
Bill</SPAN></FONT>
</BODY>
</HTML>