Fixing up default values in fail2ban.conf + unifying formatting

pull/397/head
Yaroslav Halchenko 2013-10-14 16:28:19 -04:00
parent 8c4ca29577
commit d12eb2526a
1 changed files with 17 additions and 17 deletions

View File

@ -11,24 +11,24 @@
[Definition] [Definition]
# Option: loglevel # Option: loglevel
# Notes.: Set the log level output. # Notes.: Set the log level output.
# 1 = ERROR # 1 = ERROR
# 2 = WARN # 2 = WARN
# 3 = INFO # 3 = INFO
# 4 = DEBUG # 4 = DEBUG
# Values: NUM Default: 3 # Values: [ NUM ] Default: 1
# #
loglevel = 3 loglevel = 3
# Option: logtarget # Option: logtarget
# Notes.: Set the log target. This could be a file, SYSLOG, STDERR or STDOUT. # Notes.: Set the log target. This could be a file, SYSLOG, STDERR or STDOUT.
# Only one log target can be specified. # Only one log target can be specified.
# If you change logtarget from the default value and you are # If you change logtarget from the default value and you are
# using logrotate -- also adjust or disable rotation in the # using logrotate -- also adjust or disable rotation in the
# corresponding configuration file # corresponding configuration file
# (e.g. /etc/logrotate.d/fail2ban on Debian systems) # (e.g. /etc/logrotate.d/fail2ban on Debian systems)
# Values: STDOUT STDERR SYSLOG file Default: /var/log/fail2ban.log # Values: [ STDOUT | STDERR | SYSLOG | FILE ] Default: STDERR
# #
logtarget = /var/log/fail2ban.log logtarget = /var/log/fail2ban.log
@ -36,14 +36,14 @@ logtarget = /var/log/fail2ban.log
# Notes.: Set the socket file. This is used to communicate with the daemon. Do # 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 # not remove this file when Fail2ban runs. It will not be possible to
# communicate with the server afterwards. # communicate with the server afterwards.
# Values: FILE Default: /var/run/fail2ban/fail2ban.sock # Values: [ FILE ] Default: /var/run/fail2ban/fail2ban.sock
# #
socket = /var/run/fail2ban/fail2ban.sock socket = /var/run/fail2ban/fail2ban.sock
# Option: pidfile # Option: pidfile
# Notes.: Set the PID file. This is used to store the process ID of the # Notes.: Set the PID file. This is used to store the process ID of the
# fail2ban server. # fail2ban server.
# Values: FILE Default: /var/run/fail2ban/fail2ban.pid # Values: [ FILE ] Default: /var/run/fail2ban/fail2ban.pid
# #
pidfile = /var/run/fail2ban/fail2ban.pid pidfile = /var/run/fail2ban/fail2ban.pid