summaryrefslogtreecommitdiff
path: root/config/fail2ban.conf
diff options
context:
space:
mode:
authorYaroslav Halchenko <debian@onerussian.com>2013-10-14 16:28:19 -0400
committerYaroslav Halchenko <debian@onerussian.com>2013-10-14 16:28:19 -0400
commitd12eb2526a4c65fc31e6c7101e87edb7c58a1f00 (patch)
tree924a074ea0628c9ba01f2d2abdbf6b07b8952ecd /config/fail2ban.conf
parent8c4ca29577161232431e3f229c2769e708d3aced (diff)
downloadfail2ban-d12eb2526a4c65fc31e6c7101e87edb7c58a1f00.tar.gz
Fixing up default values in fail2ban.conf + unifying formatting
Diffstat (limited to 'config/fail2ban.conf')
-rw-r--r--config/fail2ban.conf34
1 files changed, 17 insertions, 17 deletions
diff --git a/config/fail2ban.conf b/config/fail2ban.conf
index 4094c8cd..2c487e51 100644
--- a/config/fail2ban.conf
+++ b/config/fail2ban.conf
@@ -11,24 +11,24 @@
[Definition]
-# Option: loglevel
-# Notes.: Set the log level output.
-# 1 = ERROR
-# 2 = WARN
-# 3 = INFO
-# 4 = DEBUG
-# Values: NUM Default: 3
+# Option: loglevel
+# Notes.: Set the log level output.
+# 1 = ERROR
+# 2 = WARN
+# 3 = INFO
+# 4 = DEBUG
+# Values: [ NUM ] Default: 1
#
loglevel = 3
-# Option: logtarget
-# Notes.: Set the log target. This could be a file, SYSLOG, STDERR or STDOUT.
-# Only one log target can be specified.
-# If you change logtarget from the default value and you are
-# using logrotate -- also adjust or disable rotation in the
-# corresponding configuration file
-# (e.g. /etc/logrotate.d/fail2ban on Debian systems)
-# Values: STDOUT STDERR SYSLOG file Default: /var/log/fail2ban.log
+# Option: logtarget
+# Notes.: Set the log target. This could be a file, SYSLOG, STDERR or STDOUT.
+# Only one log target can be specified.
+# If you change logtarget from the default value and you are
+# using logrotate -- also adjust or disable rotation in the
+# corresponding configuration file
+# (e.g. /etc/logrotate.d/fail2ban on Debian systems)
+# Values: [ STDOUT | STDERR | SYSLOG | FILE ] Default: STDERR
#
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
# not remove this file when Fail2ban runs. It will not be possible to
# 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
# Option: pidfile
# Notes.: Set the PID file. This is used to store the process ID of the
# fail2ban server.
-# Values: FILE Default: /var/run/fail2ban/fail2ban.pid
+# Values: [ FILE ] Default: /var/run/fail2ban/fail2ban.pid
#
pidfile = /var/run/fail2ban/fail2ban.pid