Ilya Mashchenko ac55ecf701 fail2ban fix: add 'Restore Ban' action (#4772) 6 years ago
..
Makefile.inc d802f83e4a Fix make dist (#4401) 6 years ago
README.md 8fbf817ef8 modularized all source code (#4391) 6 years ago
fail2ban.chart.py ac55ecf701 fail2ban fix: add 'Restore Ban' action (#4772) 6 years ago
fail2ban.conf 8fbf817ef8 modularized all source code (#4391) 6 years ago

README.md

fail2ban

Module monitor fail2ban log file to show all bans for all active jails

Requirements:

  • fail2ban.log file MUST BE readable by netdata (A good idea is to add create 0640 root netdata to fail2ban conf at logrotate.d)

It produces one chart with multiple lines (one line per jail)

configuration

Sample:

local:
 log_path: '/var/log/fail2ban.log'
 conf_path: '/etc/fail2ban/jail.local'
 exclude: 'dropbear apache'

If no configuration is given, module will attempt to read log file at /var/log/fail2ban.log and conf file at /etc/fail2ban/jail.local. If conf file is not found default jail is ssh.