> -----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 _______________________________________________ mrtg mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/mrtg
