Hello,

Not content with the defaults, I've been trying all the options to rrdtool
graphing.  The documentation at

  http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/manual/rrdgraph.html

lists an option to avoid creating a legend yet I get an error when I try
to use it.  Running 'rrdtool graph' with no options doesn't list the
option and when fact-checking this e-mail, I discovered the synopsis at
the top of rrdgraph.html on the home page also does not list the option.
Yet it is described further down the page:

        -g|--no-legend
        Suppress generation of legend; only render the graph.

$ rrdtool graph eth1.png --start "now - 1h" \
        DEF:input=eth1.rrd:in:AVERAGE \
        AREA:input#0000FF:"Input" \
        DEF:output=eth1.rrd:out:AVERAGE \
        LINE1:output#00FF00:"Output" \
        --width=600 --height=400 \
        --no-legend
ERROR: unknown option '--no-legend'

$ rrdtool graph eth1.png --start "now - 1h" \
        DEF:input=eth1.rrd:in:AVERAGE \
        AREA:input#0000FF:"Input" \
        DEF:output=eth1.rrd:out:AVERAGE \
        LINE1:output#00FF00:"Output" \
        --width=600 --height=400 \
        --no-legend
ERROR: unknown option 'g'


What happened to this option?

Ben



--
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

Reply via email to