fail2ban-report/README.md

553 B

fail2ban-report

This tool generate a simple report of fail2ban activity.

Example PDF report

Extract fail2ban logs in a CSV file

$ ./fail2ban-getlog log.csv

You should create a cron task to regulary run fail2ban-getlog log.csv and populate CSV file.

Generate the PDF report using the CSV data and GeoLite2-Country database

./fail2ban-report log.csv GeoLite2-Country.mmdb report.pdf

Link to GeoLite2-Country database HERE.