Parameter |
Required |
Options |
Default |
Description |
exception.info.storage.format |
N |
xml |
|
Specifies the format used to store tracked exceptions and exception statistics. |
exception.info.xml.file |
N |
|
null |
Specifies a fully-qualified or relative file location for exception tracking information. |
exception.tracking.time.in.days |
N |
|
30 days |
Amount of time an occurance of an exception will be included in the exception statistics. |
exception.exempted.exception.types |
N |
|
none. |
Comma delimited list of exception class names that will *not* be tracked. |
error.notification.time.interval.millis |
N |
|
none. |
If set, web transaction errors of the same type will be surpressed for the given time period. |
error.exempted.exception.types |
N |
|
none. |
Comma delimited list specifying exception classes that will not result in notification for web transactions. |
Parameter |
Required |
Options |
Default |
Description |
performance.info.storage.format |
N |
xml |
|
Specifies the format used to store performance statistics. |
performance.info.xml.file |
N |
|
null |
Specifies a fully-qualified or relative file location for performance statistics. |
web.transaction.performance.notification.threshold.in.millis |
N |
|
|
If set, web transactions with execution time greater than or equal to this setting will result in notification. |
performance.uri.consolidator |
N |
Class name that implements HttpRequestConsolidator interface. Bundled option is net.admin4j.ui.filters.consolidator.RestServiceHttpRequestConsolidator, which will consolidate
RESTful web service URIs that include data as well as resource designations. |
|
Additional parameters may be needed depending on the consolidator chosen. See the javadoc for that
consolidator for details. |
rest.resource.tokens |
N |
Required if URI consolidator RestServiceHttpRequestConsolidator is specified. |
|
Comma delimited list of REST resource identifiers. For example, "students,classes,charges". All other
parts of the URI are ignored for performance tracking purposes. |
rest.service.uri.prefix |
N |
Required if URI consolidator RestServiceHttpRequestConsolidator is specified. |
|
Identifies a URI prefix used for RESTful web services. For example "/services". This is needed
so that URIs that aren't RESTful web services aren't ignored as data identifiers. |
Parameter |
Required |
Options |
Default |
Description |
memory.sleep.interval.millis |
N |
|
30000 |
Length of Memory monitor sleep interval in milliseconds. |
memory.threshold.pct |
N |
|
90 |
Percent memory usage required to trigger a notification. |
memory.nbr.intervals.between.warnings |
N |
|
30 |
Number of intervals between notifications should the memory problem persist. |
memory.nbr.low.watermark.intervals |
N |
|
48 |
Number of low watermark observations reported with a low memory notice. |
memory.low.watermark.monitor.interval.millis |
N |
|
1800000 |
Number of Millis between low watermark observations. |
thread.sleep.interval.millis |
N |
|
30000 |
Length of Thread monitor sleep interval in milliseconds. |
thread.max.blocked.threads |
N |
|
2 |
Number of blocked threads needed to trigger notification. |
usage.sleep.interval.millis |
N |
|
30000 |
Amount of time in millis monitor will sleep between checks. |
usage.alert.levels |
N |
|
100 |
Comma-delimited list of threshold levels for which notices will be sent. Example: 10,50,100. |
Parameter |
Required |
Options |
Default |
Description |
file.explorer.restrict.to.base.dir |
N |
true/false |
true |
If true, file exploring will be restricted to the base directory and its subdirectories. |
file.explorer.restrict.from.exec |
N |
true/false |
true |
If true, file exploring will not permit execution of those files that are executable. |
file.explorer.restrict.from.write |
N |
true/false |
true |
If true, file exploring will not allow file uploads. |
file.explorer.base.dir.name |
N |
|
user.dir system property value |
Specifies the directory that will originate file exploring. |