File: auth2db.default

package info (click to toggle)
auth2db 0.2.5-2%2Bdfsg-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 6,508 kB
  • ctags: 1,090
  • sloc: python: 2,280; php: 2,161; sh: 174; sql: 157; makefile: 81
file content (25 lines) | stat: -rw-r--r-- 835 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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"