Stop fail2ban stop/start notifications
Posted
by
michael
on Server Fault
See other posts from Server Fault
or by michael
Published on 2011-04-08T16:41:49Z
Indexed on
2012/10/11
21:39 UTC
Read the original article
Hit count: 316
fail2ban
If the server is restarted, or even if fail2ban is stopped/start it sends a notification.
[asterisk-iptables]
enabled = true
filter = asterisk
action = iptables-allports[name=ASTERISK, protocol=all]
sendmail-whois[name=ASTERISK, [email protected], [email protected]]
logpath = /var/log/asterisk/messages
maxretry = 5
bantime = 259200
Removing the sendmail-whois stops it, but it also stops the ban notifications, how can I get it to stop notifying me when the process starts/stops?
Thanks
© Server Fault or respective owner