Personal tools

Ace:AM Config Reference: Difference between revisions

From Adapt

Jump to: navigation, search
No edit summary
 
No edit summary
Line 10: Line 10:
: Number of maximum full and partial audits that may run at once (default 3)
: Number of maximum full and partial audits that may run at once (default 3)
; throttle.wait (optional)
; throttle.wait (optional)
: Force the audit thread to wait at least the specified time (in ms) between file open requests.  
: Force an audit to wait at least the specified time (in ms) between file open requests. This is good for controlling fs metadata queries when a collection has many small files
; throttle.bps (optional)
; throttle.bps (optional)
: Max bps that any one audit will pull
: Max bps that any one audit will pull

Revision as of 14:14, 23 April 2010

Here's a list of all parameters that may appear in the aceam.xml tomcat config file.

ims (required)
hostname of the Integrity Management service (ie, ims.umiacs.umd.edu). Unless you run your own IMS, this will likely not need changed
ims.port (optional)
port which the ims runs on (default 8080)
auto.audit.disable (optional)
start the AM with scheduled auditing disabled (default: false), set to 'true' to start with auditing paused
throttle.maxaudit (optional)
Number of maximum full and partial audits that may run at once (default 3)
throttle.wait (optional)
Force an audit to wait at least the specified time (in ms) between file open requests. This is good for controlling fs metadata queries when a collection has many small files
throttle.bps (optional)
Max bps that any one audit will pull
mail.server (Required if mailing reports)
mail server to use when mailing reports
mail.from (Required if mailing reports)
what address should e-mailed reports appear to originate from