Skip to content

Dockerized, lightweight, swarm-ready fail2ban log monitor for statsd written in Golang

Notifications You must be signed in to change notification settings

GaruGaru/fail2statsd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerized, lightweight, swarm-ready fail2ban log monitor for StatsD written in Go

Deployment example (compose.yml):

 version: "3.3"
 
 services:
 
   fail2ban-monitor:
	   image: garugaru/fail2ban-monitor
	   volumes:
		 - type: bind
		   source: /var/log
		   target: /logs
	   environment:
		 - STATSD_ADDRESS=127.0.0.1:8125
		 - STATSD_PREFIX=fail2ban
	   deploy:
		 mode: global
		 restart_policy:
		   condition: on-failure
		   delay: 5s
		   max_attempts: 3

About

Dockerized, lightweight, swarm-ready fail2ban log monitor for statsd written in Golang

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published