| Prev | Next |
The console is a web based interface to monitor various information( eg, access counts, used memory, alert counts ). It is a new function and added from jumperz_net_075.jar.
Screen Shot
Guardian@JUMPERZ.NET outputs those information to the configured directory as image files. The HTML files are output too. Although those files are intended to be accessed by a web browser, Guardian@JUMPERZ.NET does not provide any method to do so. You need to configure the web server to access to the console by a web browser.
The console function is disabled by default. Add three parameters to the 'control' file to enable the function. See the following example.
enableConsole=true
consoleWorkDirName=/usr/local/guardian/consoleWork
consoleWebDirName=/usr/local/apache/public_html/guardianConsole
enableConsole is the flag that determines whether or not the console function is enable. The value of this parameter must be 'true' or 'false'. If the value is 'true', you must configure the following two parameters.
consoleWorkDirName is a name of the directory to which database files are created. Those files should not be accessed via web server, so it is better to locate this directory out of the web root.
consoleWebDirName is a name of the directory to which image files and HTML files are created.
Database files and image files are updated every 5 minutes.
For details about each information, see the following.