var fDesc=new Array(); fDesc[0] = "Main features
Absolutly free configurable EventLog
observation and tracking.
Different Levels of priority for
each EventLog entry can be defined. When an "Urgent" EventLog entry
is detected, you'll be informed immediately. The "Normal" defined
EventLog Entries are sent in daily log. All EventLog
Entries which are defined as "Ignore"
are not listed in the Logs. With this powerfull fiilter it's possible to be
informed in simple way.
Filtering of EventLog entries. With
this function the configuration will be as easy as possible, because all redundant
entries are filtered out.
Free configurable Harddisk Drive
observation.
Check Files, for existance, size
and actuality.
Sending of daily Logfile trough
a build in SMTP Engine with SMTP Authenication.
Runs as Windows Service. No logged
on User required.
The Logfile can be viewed in in
HTML or Text mode.
Free themable GUI with possibility
to create own themes.
The User Interface (GUI) is available
in different Languages (German, English, etc...). It's possible to install additional
languages at a later time.
Automaticaly Language detection
of the used Operating System. With that feature, the User Interface will come
automaticly in the desired language from startup.
In combination with the pcGuardIT
Enterprise Edition it's possible to collect and process all the data from the
pcGuardIT Clients on a Central Server. The data is stored in a central Database
(Access, MS SQL, MySQL, etc.) and can be managed graphicaly with the pcGuardIT
Enterprise Edition.
All bought "Standalone"
pcGuardIT Clients can be used as Clients for pcGuardIT Enterprise Edition without
any extra license for these clients. So the invested money is save, also when
in a later step the pcGuardIT Enterprise Edition is used to observe your Environment.
The whole Application is Build Modular.
So it's very simple to extend the facilites of the pcGuardIT Client Edition
with additional Plug In's. After simply installing an additional Plugin, it's
possible to use it in the same User Interface that the Base Application.
pcGuardIT is build 100% in the
feature proof Microsoft .NET Technology (.NET Framework 1.1) The .NET Framework
is listed in the Microsoft Release Plans for the next 10 years!"; 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 = ''; } }