>I have a problem gathering statistics on counters on error >packets from a wireless access-point. I suspect this was >caused by too large counter value. From the mrtg.log file, the >first few lines read this. > >1119999718 558498585600 602807406600 >1119999718 0 0 0 0 ...
Check that either 1) This is a true counter, and it is definitely increasing over time, or 2) This is a gauge, and you have the gauge option set in the MRTG definition. If you have a gauge counter (eg: free space on your filesystem) and you don't set Option[]:gauge, then you will get this sort of effect. If you have a counter (eg: total network packets) and the counter is not increasing, then you will get this effect. 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
