<div>Hello,</div>
<div> </div>
<div>I'm looking to change the graph definitions for one of the built-in checks e.g. [http].</div>
<div> </div>
<div>The default creation method for the RRD graphs is "average", but I want to display the "last" value instead.  The graphs.cfg file has this to create http graphs:</div>
<div> </div>
<div>[http]</div>
<blockquote style="MARGIN-RIGHT:0px" dir="ltr">
<div>DEF:p@RRDIDX@=@RRDFN@:sec:<strong>AVERAGE</strong></div>
<div>LINE2:p@RRDIDX@#@COLOR@:@RRDPARAM@</div>
<div>GPRINT:p@RRDIDX@:AVERAGE: \: %5.1lf%s (avg)</div></blockquote>
<div> </div>
<div>What needs to be done to change the existing graphs on the system to display <strong>LAST</strong> instead?</div>
<div> </div>
<div> </div>
<div>Thanks,</div>
<div>James</div>