var fDesc=new Array(); fDesc[0] = "WhatsUp Event Archiver automates the process of collecting, storing, backup and log files for auditing, regulatory compliance and log forensics. This is how it works: Event Archiver automatically saves and clears the active log files from each system, reads log entries out of the log files into a central database (e.g. Microsoft SQL or Oracle), and finally compresses the log files and stores them centrally on a secure server. WhatsUp Event Archiver has been awarded the Certificate of Networthiness (CoN) from the U.S. Army Network Enterprise Technology Command because it meets the U.S. Army's strict security, sustainability and interoperability requirements.
Did you know that some compliance regulations mandates log data retention for seven years or more? Having log data ready in a central database greatly reduces risks and the potential for lost hours when an auditor comes knocking. Use WhatsUp Event Archiver to eliminate tedious manual log files collection activities and save time; easily archive log data to meet compliance and auditing requirements; and ensure log data integrity."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }