On Mon, 2003-09-29 at 09:26, Duane Cox wrote: > Here is the snip. > > [EMAIL PROTECTED] bin]# cat > /var/www/html/mrtg.illicom.net/wireless/ccu101/ccu101_tx-fail.log | more > 1064845212 15 15 > 1064845212 0 0 0 0 > 1064844910 0 0 0 0 > 1064844900 0 0 0 0
Yes, this is the imfamous rounding down issue with mrtg. Your options are: 1. add perminute or perhour to the options[foo]: line 2. Switch your backend to rrdtool, since rrdtool is happy to deal with non-integers. > >>> "Duane Cox" <[EMAIL PROTECTED]> 09/29/03 09:24AM >>> > Hello: > Here is my config for a device I want to graph. The integer returned is a > counter, so I want to graph the difference between > the previous poll and this one. This config will work fine if I specify the > 'gauge' option, but that's not what I want since this is a counter. I have > been trying to figure this out, but can't. What's wrong with my config? -- Daniel J McDonald, CCIE 2495, CNX Austin Energy -- 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
