gOdot wrote: > When using win2k and RRDs:graph (not the .exe), the exemple below does not > work?
options do *not* go together inbetween quotes. > >'-h526 -w2500', Change into "-h" "526" "-w" "2500" or just -h 526 -w 2500. > '--base', '1024', This is "--base 1024" when I would talk about it, just as ... > '-h1200 -w1600', "tried ' and " ... this is "-h 1200 -w 1600". However, if you're not talking about it but are actually programming it then you need to do the same as for each and every other option: > "--vertical-label", 'Dummy Units', "--start", (-$RUNS*$STEP), "--vertical-label", "Dummy Units" will work. You only need quotes around "Dummy Units" because it contains a space. > /usr/bin/rrdtool graph /tmp/9-year.gif > -w 10000 -h 2500 No quotes --> works fine. You're doing "-w 10000 -h 2500" which is just one option to RRDtool. -- __________________________________________________________________ / [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
