Thanks for the explanation. It was just an oversight on my part, on how it was working, it is now working though. Thanks for the help.
I tried the Factor[_]: # and it would use the right numbers, it just didn't graph the right numbers. I really would like it to graph every five minutes instead of per minute(it makes it seem like we are blocking more) but this should be ok. Thanks again for the help Jan, and for the explanation of the math that is taking place. I kinda would like to see this be put in the FAQ page also. It seems it could help others out. -- Jeff > >> > I have a script that grabs the rejects from a postfix box. It returns results to MRTG like. >> >33479 >> >33479 >> >35 days 5:07 >> >heffe.eaznet.com >> > >> > Then five minutes later. >> > 33609 >> > 33609 >> > 35 days 5:12 >> > heffe.eaznet.com > > (33609-33479)/(05:12 - 05:07) = 130/300 = 0.433333... > > If "perminute" is used, the rate will be multiplied by 60 and become 130/5 = 26.0 (there are five minutes in 300 seconds) > > Perhour will result in 130/0.833333... = 1560 (0.08333.. hours in 5 minutes) > -- 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
