<div dir="ltr">Hello,<div><br></div><div>I am trying to update an rrd file I created. Basically I am grabbing the min, max and average response times from a server. I created the rrd file using the following parameters:</div><div><br></div><div>rrdtool.exe create latency.rrd </div><div>--start now </div><div>DS:response:GAUGE:600:U:U </div><div>RRA:MIN:0.5:12:8760 </div><div>RRA:MAX:0.5:12:8760 </div><div>RRA:AVERAGE:0.5:12:8760<br></div><div><br></div><div>I am trying to update it but having problems getting the following error:</div><div><br></div><div>"ERROR: latency.rrd: found extra data on update argument: 0.40:0.88:0.73"</div><div><br></div><div>I am typing the following to update the rrd file:</div><div><br></div><div>rrdtool update latency.rrd 08/10/2015_11:33:0.40:0.88:0.73</div><div><br></div><div>0.40 = Minimum</div><div>0.88 = Maximum</div><div>0.73 =  Average</div><div><br></div><div>Is it the decimal point its having issues with? </div><div><br></div><div>Any help would be greatly appreciated.</div><div><br></div><div>thank you,</div><div><br></div><div>Devante</div></div>