# Defaults for Auth2DB initscript
# sourced by /etc/init.d/auth2db
# installed at /etc/default/auth2db by the maintainer scripts

#
# This is a POSIX shell fragment
#
# Additional options that are passed to the Daemon

# By enabling this, the daemon will also run the auth2db-alert daemon
#  which handles Alert Events by it's own.
#  Don't leave the variable without quotes ("").
ACTIVE_ALERTS="Yes"

# How often would I check for logs to load them into the database? (seconds)
# Note that this value have to be an integer and a number of lower than 2 
#  is extremally not recomended.
FREQUENCY=15

# It's not necessary to remark this is not a good idea :-)
IWouldLoveToRosteMyDB=

# If you experiment highly performance loose in database interactions, set
#  it blank (UPDATE_IP_SSHD=""). (Recommended: "Yes") 
UPDATE_IP_SSHD="Yes"
