Alfresco 2.0.x server
Alfresco 2.0.x server
Log Track Supported: No
Config Track Supported: No
Custom Properties Supported:
| Name | Description |
|---|---|
| version | Alfresco Version |
Supported Control Actions: None
Supported Metrics:
| Name | Alias | Units | Category | Default On | Default Interval |
|---|---|---|---|---|---|
| Availability | Availability | percentage | AVAILABILITY | true | 5 min |
| Transactions | Transactions | none | THROUGHPUT | true | 10 min |
| Transactions per Minute | Transactions1m | none | THROUGHPUT | true | 10 min |
| Users | Users | none | UTILIZATION | true | 30 min |
Configuration help:
Configure HQ for Alfresco Backend Database
Unfortunately for Alfresco's default hsql deployment, DB statistics cannot be tracked.
If you decide to use any Alfresco supported DB backends here are samples of the jdbcUrl
which allow the plugin to gather metrics from Alfresco's internal tables:
MySQL: jdbc:mysql://<hostname>:<port>/alfresco
Oracle: jdbc:oracle:thin:@<hostname>:<port>:alfresco
Sybase: jdbc:sybase:Tds:<hostname>:<port>/alfresco
To monitor process metrics from the Alfresco DB backend here are samples of
ptql queries to match the database processes:
MySQL: State.Name.eq=mysqld
Oracle: State.Name.eq=oracle
Sybase: State.Name.eq=dataserver