[rrd-users] Re: Anything better than rrdcgi ? (& positioning labels)
Alex van den Bogaerdt
alex at slot.hollandcasino.nl
Thu Aug 10 15:09:11 MEST 2000
Simon Amor wrote:
> in a more sensible location. At present:
>
> [-----------------graph-----------------]
> In legend Out legend Current in
> Peak in Average in Current out
> Peak out Average out
>
> What I'd like is to have legend on its own, print all the In stats on one line and Out stats on the next line.
>
> [-----------------graph-----------------]
> In legend Out legend
> Current in Peak in Average in
> Current out Peak out Average out
>
> Any suggestions on how to do this would be much appreciated.
The labels are generated in the same order that you specify the elements
of your graph. What you need would be:
area
line2
comment:"\n"
gprint current in
gprint maximum in
gprint average in "\n"
gprint current out
gprint maximum out
gprint average out
I would prefer:
area
gprint current in
gprint maximum in
gprint average in "\n"
line2
gprint current out
gprint maximum out
gprint average out
HTH
--
__________________________________________________________________
/ alex at slot.hollandcasino.nl alex at ergens.op.het.net \
| work private |
| My employer is capable of speaking therefore I speak only for myself |
+----------------------------------------------------------------------+
| http://faq.mrtg.org/ |
| http://rrdtool.eu.org --> tutorial |
+----------------------------------------------------------------------+
--
Unsubscribe mailto:rrd-users-request at list.ee.ethz.ch?subject=unsubscribe
Help mailto:rrd-users-request at list.ee.ethz.ch?subject=help
Archive http://www.ee.ethz.ch/~slist/rrd-users
WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
More information about the rrd-users
mailing list