, 2003-2006 // Raul Mateos , 2005-2006 // Evi Vanoost 2008 // Load global vars require_once ("include/config.php"); check_login (); if (! give_acl ($config['id_user'], 0, "DM")) { audit_db ($config['id_user'], $REMOTE_ADDR, "ACL Violation", "Trying to access Database Management Info"); require ("general/noaccess.php"); return; } // Todo for a good DB maintenance /* - Delete too on datos_string and and datos_inc tables - A function to "compress" data, and interpolate big chunks of data (1 month - 60000 registers) onto a small chunk of interpolated data (1 month - 600 registers) - A more powerful selection (by Agent, by Module, etc). */ echo "

".__('Database Maintenance')." > "; echo __('Database Information')."

"; echo ""; echo "
"; echo '

'.__('Modules per agent').'

'; echo "
"; echo "

"; echo "
"; echo '

'.__('Packets per agent').'

'; echo "
"; echo "

".__('Press here to get DB Info as text').""; echo "
"; ?>