2006-07-17 19:26:14 +00:00
|
|
|
# Fail2Ban configuration file
|
|
|
|
#
|
|
|
|
# Author: Cyril Jaquier
|
|
|
|
#
|
2008-03-06 01:19:06 +00:00
|
|
|
# $Revision: 629 $
|
2006-07-17 19:26:14 +00:00
|
|
|
#
|
|
|
|
|
2006-07-16 21:35:08 +00:00
|
|
|
[Definition]
|
2006-06-26 20:05:00 +00:00
|
|
|
|
2006-08-20 21:34:55 +00:00
|
|
|
# Option: loglevel
|
|
|
|
# Notes.: Set the log level output.
|
|
|
|
# 1 = ERROR
|
|
|
|
# 2 = WARN
|
|
|
|
# 3 = INFO
|
|
|
|
# 4 = DEBUG
|
|
|
|
# Values: NUM Default: 3
|
|
|
|
#
|
2006-07-08 16:51:14 +00:00
|
|
|
loglevel = 3
|
2006-06-26 20:05:00 +00:00
|
|
|
|
2006-08-20 21:34:55 +00:00
|
|
|
# Option: logtarget
|
2006-12-13 23:02:46 +00:00
|
|
|
# Notes.: Set the log target. This could be a file, SYSLOG, STDERR or STDOUT.
|
|
|
|
# Only one log target can be specified.
|
|
|
|
# Values: STDOUT STDERR SYSLOG file Default: /var/log/fail2ban.log
|
2006-08-20 21:34:55 +00:00
|
|
|
#
|
2006-08-06 21:24:06 +00:00
|
|
|
logtarget = /var/log/fail2ban.log
|
2006-10-17 21:12:22 +00:00
|
|
|
|
|
|
|
# Option: socket
|
2006-12-18 22:33:01 +00:00
|
|
|
# Notes.: Set the socket file. This is used to communicate with the daemon. Do
|
|
|
|
# not remove this file when Fail2ban runs. It will not be possible to
|
|
|
|
# communicate with the server afterwards.
|
2008-03-06 01:19:06 +00:00
|
|
|
# Values: FILE Default: /var/run/fail2ban/fail2ban.sock
|
2006-10-17 21:12:22 +00:00
|
|
|
#
|
2008-03-06 01:19:06 +00:00
|
|
|
socket = /var/run/fail2ban/fail2ban.sock
|
2006-10-17 21:12:22 +00:00
|
|
|
|