adding defaults, docs, and unit tests

This commit is contained in:
David Goetz
2010-12-28 14:54:00 -08:00
parent 7bd0184bfe
commit 8dee94fd7c
7 changed files with 123 additions and 28 deletions

View File

@@ -229,7 +229,12 @@ Option Default Description
log_name object-auditor Label used when logging
log_facility LOG_LOCAL0 Syslog log facility
log_level INFO Logging level
interval 1800 Minimum time for a pass to take
files_per_second 20 Maximum files audited per second. Should
be tuned according to individual system
specs. 0 is unlimited.
bytes_per_second 10000000 Maximum bytes audited per second. Should
be tuned according to individual system
specs. 0 is unlimited.
================== ============== ==========================================
------------------------------