> *** Jason Humes <[EMAIL PROTECTED]> > *** [2003-08-06 13:16:52]: > Is there any way to have MRTG not scale the graphs, or to > use a static scale, or something which would fix this problem.
Jason try adding the option Unscaled to the target, from the mrtg configuration reference manual @ http://people.ee.ethz.ch/~oetiker/webtools/mrtg/reference.html Unscaled By default each graph is scaled vertically to make the actual data visible even when it is much lower than MaxBytes. With the Unscaled variable you can suppress this. It's argument is a string, containing one letter for each graph you don't want to be scaled: d=day w=week m=month y=year. There is also a special case to unset the variable completely: n=none. This could be useful in the event you need to override a global configuration. In the example scaling for the yearly and the monthly graph are suppressed. you might want to set MaxBytes and/or AbsMax also. Hope this helps Cheers --pwo -- Peter W. Osel Principal - Development Systems Infineon Technologies Email: [EMAIL PROTECTED] North America Corp. Phone: +1 (408) 501 6321 1730 North First Street Fax: +1 (408) 501 2410 San Jose, CA 95112, USA WWW: http://pwo.de/ pgp key fingerprint = 79 2D DD 49 C0 AA D8 CF 2C F9 A5 6A BA 37 0E 28 -- Unsubscribe mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/mrtg FAQ http://faq.mrtg.org Homepage http://www.mrtg.org WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
