[rrd-users] Re: New here and yet a question
    Fabien Wernli 
    wernli at in2p3.fr
       
    Fri May 12 10:56:58 MEST 2006
    
    
  
Hi,
On Fri, May 12, 2006 at 10:31:13AM +0200, Vincent-ML wrote:
> can we have an upper limit set + the autoscaling feature (but between 0 
> and this upper limit thingy) so i can get rid of the crazy high values 
> that are returned sometimes and still keep a clean graph if the values 
> are standard ?
I see two solutions:
1) set upper value in the rrd file using min:max in DS statement e.g.
   DS:mydef:GAUGE:SOMEHEARTBEAT:SOMEMINVALUE:SOMEMAXVALUE
2) set limits when graphing using an RPN statement e.g.:
   CDEF:mycdef=mydef,SOMEMAXVALUE,GT,nan,mydef,IF
--
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://lists.ee.ethz.ch/rrd-users
WebAdmin    http://lists.ee.ethz.ch/lsg2.cgi
    
    
More information about the rrd-users
mailing list