> Im trying to grab a constantly increasing counter from a InfoBlox DNS > server. But the graphs do no reflect the data. > < <snip> > > .log file: > 1088788329 726 6 > 1088788329 1 0 1 0 > 1088788200 0 0 0 0 > <snip>
Your value is always increasing, therefore you do NOT want gauge. However, the default for MRTG is "per second", and your increase is very low, less than one per second, and hence you plot zero. Try the option perMinute or perHour, or simply multiply your output by 100 on the target line. Peter -- 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
