On Wed, 2002-04-10 at 03:32, Marc Mc Guinness wrote: > > I'm saving ntop data in a MySQL database. Now my disk is running > out of space and I will have to restart ntop. Is there a way to let > ntop run with the saved data?
You should write a script that rotates the tables periodically and removes the very old ones. But ntop should be able to understand the tables structure you're creating, of course. That, actually, would be a nice feature: somehow make ntop use older data, or tell it to also take other tables (read-only) into account. -- Florin Andrei Adding manpower to a late software project makes it later. _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listmanager.unipi.it/mailman/listinfo/ntop
