session_start();
$title="Reporting";
require("../../../php/require/config.php");
require("$reqpath/login/config.php");
require("$reqpath/common.php");
require("$reqpath/login/membership.php");
include("$incpath/header.php");
include("$incpath/menu.php");
if (!loggedin()){
echo "
";
$bartitle="Unverified user: Please login to view Presentations ";
printneedtologinmsg($bartitle);
}
else
{
?>
|
First page Back Continue Last page Overview Graphics
Reporting
Anomaly Reporting — timely contextual anomaly reports to demonstrate competence and reliability to customers. and to notify ISPs that are having problems that affect the enterprise.
Peril Reporting — Enterprise management and engineering needs aggregated and detailed peril and anomaly reporting for server placement and ISP connection deployment.
| } include("$incpath/footer.php"); ?>