On Wed, 2003-07-02 at 06:49, Mats Karlsson wrote: > ----- Original Message ----- > From: "Max Clark" <[EMAIL PROTECTED]> > I > > want to preserve the raw data set for 60 days to use for usage based > > billing. > > > > Is is possible?
> Max, > Yes its possible. As far I know you can do it in two different ways. > > 1. Store the mrtg data in an SQL database: > http://isp-lists.isp-planet.com/isp-colo/0112/msg02318.html > > 2. Copy the day log to another location/name at 23:58 each day before the > compress cyclus starts. I think there are an script ready for this in the > contrib directory for mrtg. 3. Use RRDTOOL as the backend and set the RRDRowCount[_] to 17280. That will give you 60 days of 5-minute data points (60 days * 24 hours *60 minutes / 5 minute intervals = 17280 rows required). -- 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
