]> arthur.barton.de Git - netdata.git/blobdiff - conf.d/python.d/fail2ban.conf
fail2ban_plugin: module configuration file update
[netdata.git] / conf.d / python.d / fail2ban.conf
index cd805be8d20ea53dee59baf882209989dbf9da7b..d9664e35355432dd9e19719f2e246d4dfc95d001 100644 (file)
 #
 # Additionally to the above, fail2ban also supports the following:
 #
-#     log_path: 'path to fail2ban.log'                         # Default: '/var/log/fail2ban.log'
+#     log_path:  'path to fail2ban.log'                                # Default: '/var/log/fail2ban.log'
 #     conf_path: 'path to jail.local/jail.conf'                        # Default: '/etc/fail2ban/jail.local'
-#     exclude: 'jails you want to exclude from autodetection'  # Default: '[]' empty list
+#     conf_dir:  'path to jail.d/'                             # Default: '' empty
+#     exclude:   'jails you want to exclude from autodetection'        # Default: '[]' empty list
 #------------------------------------------------------------------------------------------------------------------
-# IMPORTANT Information
-#
-# fail2ban.log file MUST BE readable by netdata.
-# A good idea is to do this by adding the 
-# # create 0640 root netdata
-# to fail2ban conf at logrotate.d
-#
 # ------------------------------------------------------------------------------------------------------------------
 # 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'
+local:
+ log_path: '/var/log/fail2ban.log'
+ conf_path: '/etc/fail2ban/jail.local'
+# conf_dir: '/etc/fail2ban/jail.d/'
 # exclude: 'dropbear apache'