Schroeder, Dennis wrote:
> 
> How do I keep RRDTool from graphing of negative numbers?
> 
> I tried setting the --lower-limit=0 but that didn't work.

Lower limit defines the maximum acceptable value for the bottom
of the graph.  It can get lower.    The upper limit is a minimum,
the value can get higher.

So: "--lower-limit 0 --upper-limit 100" will show *at least* from
0 to 100.  It can also be -10 to 110.

Not graphing the data outside the perimeters is done using the
rigid option.  That same "--lower-limit 0 --upper-limit 100" will
only show 0 to 100, no more no less.

cheers,
-- 
   __________________________________________________________________
 / [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

Reply via email to