Shoaib Muhammad wrote: > yup i checked this link before and i follow the RRDTool link and able to run > successfully the 14all.cgi ... > But now i wanna use RRDTool commands like: > > rrdtool graph my_sum.png --start -86400 \ > DEF:in=exodus_feed_new.rrd:ds0:AVERAGE \ > DEF:out=exodus_feed_new.rrd:ds1:AVERAGE \ > "CDEF:mysum=in,out,+" \ > AREA:in#00FF00:"In Traffic" \ > LINE1:out#0000FF:"Out Traffic" \ > LINE2:mysum#FF0000:"IN + OUT" > > to integrate with 14all.cgi. Can u guide me where i will add these commands > or soemthing like this in 14all.cgi ..
Nope, sorry. I know next to nothing about 14all.cgi ... As you may or may not have guessed from the tutorial, I roll my own scripts. Anyway, I don't think it will be hard to find where 14all.cgi does its magic. After all, you know where to look for (AREA, LINE) and I guess (nothing more than guess!) it is just a matter of using cut'n'paste together with some minor adjustments. 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
