Hi everyone,

I just made this file available:
https://mx5.mailfighter.net/fail2ban-zmq-tools-0.1-closedtesting.tgz

If you are interested in joining the testing group, you need to email me,
and ask me for a TOKEN. More details in the NOTES, README and
fail2ban-cluster.conf files.

What is fail2ban-zmq-tools ?

A group of three python daemons that allow to share Ban/Unban data by means
of a central Publisher.

Monitor scripts take info out of fail2ban.log and send those details to the
Publisher.

Subscriber scripts get broadcasts from the Publisher, and logs via syslog
to LOG_AUTH. A fail2ban filter.d and jail example are included in the tgz's
fail2ban directory.

It is working nicely:

==== snippets from a Monitor and Publisher instance running on same server
=====
Aug 10 11:57:19 mx5 /fail2ban-monitor.py[21306]: Propagating: Ban for
58.137.72.110 in ssh
Aug 10 11:57:19 mx5 /fail2ban-publisher.py[23545]: fail2ban-zmq-tools
Publisher: Propagating Ban for 58.137.72.110/ssh from mx5.mailfighter.net

==== snippets from a Subscriber instance =====
/var/log/auth.log: Aug 10 11:59:12 mx2 /fail2ban-subscriber.py[15572]:
fail2ban-zmq-tools Subscriber: Got broadcast message: mx5.mailfighter.net
|ssh|Ban|58.137.72.110

root@mx2:~# fail2ban-client status fail2bancluster
Status for the jail: fail2bancluster
|- filter
|  |- File list:    /var/log/auth.log
|  |- Currently failed:    0
|  `- Total failed:    1
`- action
   |- Currently banned:    2
   |  `- IP list:    58.137.72.110
   `- Total banned:    1


Thanks for all the support.

To my fellow fail2ban-team members: Feel free to use this in ANY way you
want. I will have some PRs ready when I get back home to my
github-authenticated main development station, I have been on the road for
a couple weeks now. THis has been the longest coding streak I was able to
have in a LONG time.

Yaroslav: my special THANK YOU goes to you.

Cheers,
Buanzo
------------------------------------------------------------------------------
_______________________________________________
Fail2ban-users mailing list
Fail2ban-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fail2ban-users

Reply via email to