mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 11:19:26 +02:00
68 lines
3.1 KiB
HTML
68 lines
3.1 KiB
HTML
<html>
|
|
<head>
|
|
<title>phpLogCon Manual :: Design Goals</title>
|
|
<META NAME="robots" CONTENT="INDEX,FOLLOW">
|
|
<META NAME="copyright" CONTENT="Copyright (C) 2003 Adiscon GmbH, Erftstadt - www.adiscon.com">
|
|
<META name="Keywords" content="<? echo $strKeywords ?> sql server win NT windows 7 2000 replication merge nt transactional date time resolver">
|
|
<META http-equiv="pragma" CONTENT="no-cache">
|
|
<link rel="stylesheet" href="../layout/phplogcon.css" type="text/css">
|
|
</head>
|
|
<body>
|
|
<table align="center" width="100%" cellspacing="0" cellpadding="0" border="0" CLASS="EventTable">
|
|
<tr>
|
|
<td width="220" align="left"><img src="../images/phplogcon.gif" border="0"></td>
|
|
<td align="left">
|
|
<h1>phpLogCon monitoring</h1>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<p><small><a href="index.htm">[Doc Home]</a></small></p>
|
|
<h2><a name="top">1. Design Goals</a></h2>
|
|
<ul>
|
|
<li><a href="#1_1">1.1 Main Usage Points</a></li>
|
|
<li><a href="#1_2">1.2 Portability</a></li>
|
|
</ul>
|
|
<br>
|
|
<p>PhpLogCon enables the system administrator to quickly and easily review his central log repository. It provides views typically used on log data. It integrates with web resources for easy analysis of data found in the logs.</p>
|
|
<h3><a name="1_1">1.1 Main Usage Points</a></h3>
|
|
<p>phpLogCon is primarily being used for</p>
|
|
<ul>
|
|
<li>quick overview over current system activity</li>
|
|
<li>accessing the log data while not being able to access the admin workstation (e.g. being on the road or roaming through the enterprise)</li>
|
|
</ul>
|
|
<p>For in-depth analysis, we recommend using the MonitorWare Console. It provides advanced analysis capabilities not found inside phpLogCon.</p>
|
|
<small><a href="#top">[Top]</a></small>
|
|
<h3><a name="1_2">1.2 Portability</a></h3>
|
|
<p>phpLogCon is being implemented as a set of PHP scripts to ensure
|
|
portability between different platforms. Target platforms for phpLogCon
|
|
are:</p>
|
|
<ul>
|
|
<li>Windows with IIS</li>
|
|
<li>Windows with Apache</li>
|
|
<li>Linux / *nix with Apache</li>
|
|
</ul>
|
|
<p>The standard set of database systems is supported, that is</p>
|
|
<ul>
|
|
<li>Microsoft SQL Server (via ODBC)</li>
|
|
<li>Microsoft Jet (aka Access, via ODBC)</li>
|
|
<li>MySQL (via ODBC and via native classes)<br>
|
|
<b>Note: Native mysql is recommended for the best performance!</b></li>
|
|
</ul>
|
|
<p>Of course, other database systems can most likely be used with phpLogCon - we just can't guarantee that it will work (and we are also unable to reproduce any issues in our lab, thus the need for limitation).</p>
|
|
<small><a href="#top">[Top]</a></small>
|
|
|
|
<p><small><a href="index.htm">[Doc Home]</a> <a href="http://www.monitorware.com" target="_blank">[MonitorWare Web Site]</a></small></p>
|
|
<center>
|
|
<table>
|
|
<tr>
|
|
<td>
|
|
<br /><br />
|
|
<small><i><a href="http://www.phplogcon.com/" target="phplogcon">phpLogCon</a>, Copyright © 2003 - 2004 <a href="http://www.adiscon.com" target="_blank">Adiscon GmbH</a></i></small>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</center>
|
|
</body>
|
|
</html>
|