[rrd-users] Re: Graph without values......newbie needs help please
    Pavel Ruzicka 
    pavouk at pavouk.org
       
    Fri Jan 16 17:09:13 MET 2004
    
    
  
Hello,
> # now create the graph
> rrdtool graph ${PIC1} --start ${STARTGRAPH} --end ${NOWTIME}
> --vertical-label "Temperatur [°C]" \ DEF:mytmp=${DBASE}:temp:LAST
> LINE2:mytmp:#FF0000:Uhrzeit --title "Temperatur USV svr_01" \
you can try to add these options, when you creating graph:
--units-exponent 0
Disable K, M on label...
--lower-limit 0
0 will be always visible in left-down corner.
--alt-autoscale-max
Autoscale Y axis
--alt-y-grid
Alternative grid computing.
You can try --alt-y-mrtg too.
Behavior of some combinations is not correct, but you can find
functional combination for you. For example displaying of Zero
is different with other options. This is maybe changed in last
version, but I don't test it.
Pavouk
--
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