On Sat, Sep 20, 2003 at 08:58:58AM -0700, Roger wrote: > What I'd like to see is a chart that shows when the packets were completed; > instead, all I'm getting is a flat line. The log file for this chart shows > the current reading correctly, the rest of the file show all zeroes where the > data should be. I've tried combinations that include 'absolute' and some that > don't.
If I understand what you're saying you see this in your logfile: timestamp value value timestamp 0 0 0 0 timestamp 0 0 0 0 .... and so on Correct? If that is true, you are probably measuring something that is not incrementing a lot. Remember that MRTG measures >per second< and thus the increase your counter has will be divided by 300. MRTG works with integers and anything below 1 (per second) will end up as zero. Things to try are the "perminute" and "perhour" options. HTH Alex -- http://www.googlism.com/index.htm?ism=alex+van+den+bogaerdt&type=1 -- 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
