Olivier Nicole wrote: > > Hi, > > > "DEF:a$varName=$rrdPath$rrdFile:ds$DS:MAX"); > > push (@args, "CDEF:$other=$varName,8,*"); > > push (@args, "LINE1:a$varName#$colour:$keyName"); > > I may be wrong but i see that in DEF you use a$varName while in CDEF > you use $varName
That, and in stead of graphing $other the variable a$varName is used in the LINE1. The usual sequence would be: DEF:somevar=some.rrd:DS0:AVERAGE CDEF:othervar=somevar,8,* LINE1:othervar#FF0000:"Explaining this line" cheers, -- __________________________________________________________________ / [EMAIL PROTECTED] [EMAIL PROTECTED] \ | work private | | My employer is capable of speaking therefore I speak only for myself | +----------------------------------------------------------------------+ | Technical questions sent directly to me will be nuked. Use the list. | +----------------------------------------------------------------------+ | http://faq.mrtg.org/ | | http://rrdtool.eu.org --> tutorial | +----------------------------------------------------------------------+ -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
