summaryrefslogtreecommitdiffstats
path: root/conf.d
diff options
context:
space:
mode:
authorIlya <ilyamaschenko@gmail.com>2017-03-26 22:55:31 +0900
committerIlya <ilyamaschenko@gmail.com>2017-03-26 22:55:31 +0900
commitad248b88306641b5b218f074cd9aefc3fbbdc76d (patch)
tree2142d0a7415832860fcb0c44c1f028e7e546d481 /conf.d
parentba298984a7526191f6674c506b3aa2891c05d00e (diff)
fail2ban plugin: "/etc/fail2ban/jail.d/" added as default "conf_dir"; module readme update
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/python.d/fail2ban.conf11
1 files changed, 1 insertions, 10 deletions
diff --git a/conf.d/python.d/fail2ban.conf b/conf.d/python.d/fail2ban.conf
index d9664e3535..76277108b2 100644
--- a/conf.d/python.d/fail2ban.conf
+++ b/conf.d/python.d/fail2ban.conf
@@ -58,15 +58,6 @@
#
# log_path: 'path to fail2ban.log' # Default: '/var/log/fail2ban.log'
# conf_path: 'path to jail.local/jail.conf' # Default: '/etc/fail2ban/jail.local'
-# conf_dir: 'path to jail.d/' # Default: '' empty
+# conf_dir: 'path to jail.d/' # Default: '/etc/fail2ban/jail.d/'
# exclude: 'jails you want to exclude from autodetection' # Default: '[]' empty list
#------------------------------------------------------------------------------------------------------------------
-# ------------------------------------------------------------------------------------------------------------------
-# AUTO-DETECTION JOBS
-# only one of them will run (they have the same name)
-
-local:
- log_path: '/var/log/fail2ban.log'
- conf_path: '/etc/fail2ban/jail.local'
-# conf_dir: '/etc/fail2ban/jail.d/'
-# exclude: 'dropbear apache'