<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; ">
<div>
<div>I am trying to sort out an invalid RPN expression, but I am a bit confused as it works on other graphs using the same class to generate the rrdtool command.</div>
<div><br>
</div>
<div>Does anyone see anything obvious from the command below?</div>
<div><br>
</div>
<div>TIA!</div>
<div><br>
</div>
<div>rrdtool graph -w 400 -h 175 -l 0 -t &quot;Load on collectd.penton.com&quot; -v &quot;System Load&quot; -s e-86400
<b>DEF:min_9f24bee8_raw=/rrd/file/collectd.penton.com/load/load.rrd:shortterm:MIN
</b>DEF:avg_9f24bee8_raw=/rrd/file/collectd.penton.com/load/load.rrd:shortterm:AVERAGE DEF:max_9f24bee8_raw=/rrd/file/collectd.penton.com/load/load.rrd:shortterm:MAX DEF:min_b00f45d5_raw=/rrd/file/collectd.penton.com/load/load.rrd:midterm:MIN DEF:avg_b00f45d5_raw=/rrd/file/collectd.penton.com/load/load.rrd:midterm:AVERAGE
 DEF:max_b00f45d5_raw=/rrd/file/collectd.penton.com/load/load.rrd:midterm:MAX DEF:min_23fab77_raw=/rrd/file/collectd.penton.com/load/load.rrd:longterm:MIN DEF:avg_23fab77_raw=/rrd/file/collectd.penton.com/load/load.rrd:longterm:AVERAGE DEF:max_23fab77_raw=/rrd/file/collectd.penton.com/load/load.rrd:longterm:MAX
<b>CDEF:min_9f24bee8=min_9f24bee8_raw,1,*</b> CDEF:avg_9f24bee8=avg_9f24bee8_raw,1,* CDEF:max_9f24bee8=max_9f24bee8_raw,1,* CDEF:min_b00f45d5=min_b00f45d5_raw,1,* CDEF:avg_b00f45d5=avg_b00f45d5_raw,1,* CDEF:max_b00f45d5=max_b00f45d5_raw,1,* CDEF:min_23fab77=min_23fab77_raw,1,*
 CDEF:avg_23fab77=avg_23fab77_raw,1,* CDEF:max_23fab77=max_23fab77_raw,1,* AREA:max_9f24bee8#bfffbf AREA:min_9f24bee8#ffffff &quot;LINE1:avg_9f24bee8#00FF00:1 min &quot; &quot;GPRINT:min_9f24bee8:MIN:%.2lf Min,&quot; &quot;GPRINT:avg_9f24bee8:AVERAGE:%.2lf Avg,&quot; &quot;GPRINT:max_9f24bee8:MAX:%.2lf
 Max,&quot; &quot;GPRINT:avg_9f24bee8:LAST:%.2lf Last\l&quot; &quot;LINE1:avg_b00f45d5#0000FF:5 min &quot; &quot;GPRINT:min_b00f45d5:MIN:%.2lf Min,&quot; &quot;GPRINT:avg_b00f45d5:AVERAGE:%.2lf Avg,&quot; &quot;GPRINT:max_b00f45d5:MAX:%.2lf Max,&quot; &quot;GPRINT:avg_b00f45d5:LAST:%.2lf Last\l&quot; &quot;LINE1:avg_23fab77#FF0000:15
 min&quot; &quot;GPRINT:min_23fab77:MIN:%.2lf Min,&quot; &quot;GPRINT:avg_23fab77:AVERAGE:%.2lf Avg,&quot; &quot;GPRINT:max_23fab77:MAX:%.2lf Max,&quot; &quot;GPRINT:avg_23fab77:LAST:%.2lf Last\l&quot;</div>
<div><br>
</div>
<div>ERROR: invalid rpn expression in: min_9f24bee8_raw,1,*</div>
</div>
</body>
</html>