At 09:11 AM 2/4/2007, Gary W. Smith wrote: > > -----Original Message----- > > From: Ed LaFrance [mailto:[EMAIL PROTECTED] > > Sent: Sunday, February 04, 2007 7:25 AM > > To: Gary W. Smith; [email protected] > > Subject: Re: [mrtg] Chart never moves. > > > > Hello - > > > > Are you running mrtg at regular intervals? This is typically done > > with the config directive RunAsDaemon (or something like that, check > > the docs), or simply by invoking mrtg every X minutes via a cron job. > > > > Ed > > > > > >Yes, I have it cron'd for every 5 minutes. The problem seems to be >dealing with long long's. I worked up in the perl script to subtract >4294967296 until it's lower than 4294967296. That kind of works but I >had odd results. I tried the same with 2147483647 (I case it was dying >on signed longs) and it also gave me some odd data). > >This is with mrtg-2.15.0. Should this be able to handle long longs? > >Gary
Hi Gary - I really could not say. The philosophy of Perl is 'no artificial limits', so the size of the number should not be an issue unless something in the mrtg code itself chokes on it. I know that earlier versions could not graph traffic stats over 100Mbps because I had to upgrade due to that limitation. Have you tried turning on debug modes in mrtg and running to to see what's going on internally? Ed =============================================================== ::::::::::::: PREMIUM COLOCATION SERVICES ::::::::::::: =============================================================== New Media LLC [EMAIL PROTECTED] 11630 Fair Oaks Blvd., #300 http://www.servercolocation.ws Fair Oaks, CA 95628 (916) 961-0446 (866) 519-4680 Toll-Free (916) 961-0447 Fax =============================================================== _______________________________________________ mrtg mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/mrtg
