Field |
Description |
| Instance |
Enter a unique alphanumeric short description
used to differentiate one instance of the module loaded into an agent from
another. The description you enter here is appended to the module file name.
For example, if examplesServer is entered, then examplesServer is appended
to "HALWebLogic" to create the following unique instance
name:
HALWebLogic+examplesServer More than one instance can be loaded
into the same agent to monitor multiple WebLogic Server instances.
|
| Description |
Enter a short formal description of the module.
This description is used to identify the module in the console window.
The short description you enter in this field will be appended to the
Module Name.
For example, if you enter Examples, the instance will be
identified in the console window as:
PrimeAlert for BEA WebLogic (Examples)
|
| BEA Home Directory |
Enter the BEA home directory. This directory should contain a file named
registry.xml
e.g. /bea
|
| WebLogic Installation Directory |
Enter the WebLogic Server installation directory.
This is the directory under which the WebLogic software has been installed. Somewhere
underneath this directory there must be a file named "weblogic.jar".
e.g. /usr/local/weblogic81
|
| WebLogic Server Name |
Enter the logical name of the target WebLogic server instance.
e.g. examplesServer
|
| WebLogic Test URL |
Enter a URL for the target WebLogic server (not the admin server, unless they are the same). The module will periodically poll this URL (with an HTTP GET) to check that the WebLogic server is up.
e.g. http://localhost:7001/
|
| WebLogic Username |
Enter the name of a WebLogic administrator, i.e. a username which can be used to login to the domain administration console
e.g. weblogic
|
| WebLogic Password |
Enter the password for the administrator account given above.
e.g. weblogic
|
| WebLogic Server Log |
Enter the fully qualified path of the WebLogic server log
e.g. /export1/weblogic81/samples/domains/examples/examplesServer/examplesServer.log
|
| WebLogic Access Log |
Enter the fully qualified path of the WebLogic access log
e.g. /export1/weblogic81/samples/domains/examples/examplesServer/access.log
|
| WebLogic Admin Server Host |
Enter the hostname of WebLogic domain administration server
e.g. ruby
|
| WebLogic Admin Server HTTP Port |
Enter the HTTP port of WebLogic domain administration server
e.g. 7001
|
| WebLogic Admin Server SNMP Port |
Enter the SNMP port of WebLogic domain administration server
e.g. 161
Note: SNMP must be enabled in the domain administration console for this module to function correctly
|
| SNMP Community |
Enter the SNMP community prefix from the WebLogic administration console, suffixed with "@<logicalServerName>"
e.g. p@examplesServer
|