Chunjing Han wrote:

>'GPRINT:median:MAX:Max Ping RTT (%.1lf %ss max)',

Here you print your max value, lets see where it comes from :

>'DEF:median='.${rrd}.':median:AVERAGE',

So you are getting the AVERAGE values from the RRD and printing the 
max of those. What you need to do is extract the MAX consolidation 
into a separate variable and print that, eg :

'DEF:maxvalue='.${rrd}.':median:MAXIMUM',
'GPRINT:maxvalue:MAX:Max Ping RTT (%.1lf %ss max)',


Simon

--
Unsubscribe mailto:[EMAIL PROTECTED]
Help        mailto:[EMAIL PROTECTED]
Archive     http://lists.ee.ethz.ch/rrd-users
WebAdmin    http://lists.ee.ethz.ch/lsg2.cgi

Reply via email to