WebSphere Admin 6.1 server
WebSphere Admin 6.1 server
Log Track Supported: No
Config Track Supported: No
Custom Properties Supported: None
Supported Control Actions: start,stop,restart
Supported Metrics:
| Name | Alias | Units | Category | Default On | Default Interval |
|---|---|---|---|---|---|
| Availability | Availability | percentage | AVAILABILITY | true | 5 min |
| Number of JVMs | NumJVMs | none | UTILIZATION | true | 5 min |
Configuration help:
The HQ Agent must be run using the IBM JDK to monitor WebSphere:
% export HQ_JAVA_HOME=/opt/IBM/WebSphere/AppServer/java
% hq-agent.sh start
Enable WebSphere PMI
WebSphere 6.x has PMI enabled at the Basic level by default, which is sufficient for HQ to collect the metrics enabled by default. The PMI level may need to be increased to collect certain metrics not enabled by default.- Using a Web browser open http://${admin.host}:9060/admin
- Server -> Application Servers -> ${server.name} -> Performance Monitoring
- Check the Startup button
- Set level to Basic or higher
- Click OK
- Click Save to apply changes to the master configuration
- Restart server
Global Security Configuration
If Global Security is enabled, check that the user running the agent has read access to ${installpath}/properties/ssl.client.props and that the following properties are correct:
com.ibm.ssl.keyStore=...
com.ibm.ssl.keyStorePassword=...
com.ibm.ssl.trustStore=...
com.ibm.ssl.trustStorePassword=...