> Mark Said: >> I'd be perfectly happy if the graphs only went > as far as the red line. > > I had also explored this problem before. Setting the absmax > value will result the graph cross the maxbytes up to absmax > value. However if the values (spikes) goes beyond absmax it > will set to zero, but not trauncated at the absmax.
Actually, values in excess of AbsMax are set to Unknown. If you have unknaszero set then this will be displayed as zero. Under the routers2 frontend, unknowns are displayed with a grey background. The only way I know to make the values *clip* at AbsMax is to write a wrapper to do the data collection for you - awkward and ugly. Maybe this would be a good option for Tobi to add (eg: 'Option[]: clip' to make values clip at AbsMax rather than become Unknown?) Steve -- Unsubscribe mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/mrtg FAQ http://faq.mrtg.org Homepage http://www.mrtg.org WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
