Change default RRD graph definitions
list James McDonald
Fri, 30 Mar 2012 12:21:38 +0200
Message-Id: <CAE4zdC1WB8F+zyTFjTRX2bO8aV8K6ON3UkMbwL2Xt2-=user-fba3cfc6828c@xymon.invalid>
Hello,
I'm looking to change the graph definitions for one of the built-in checks
e.g. [http].
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:
[http]
DEF:p at RRDIDX@=@RRDFN@:sec:*AVERAGE*
LINE2:p at RRDIDX@#@COLOR@:@RRDPARAM@
GPRINT:p at RRDIDX@:AVERAGE: \: %5.1lf%s (avg)
What needs to be done to change the existing graphs on the system to
display *LAST* instead?
Thanks,
James