mirror of https://github.com/fail2ban/fail2ban
removing ignoreip at [nagios]
I removed the ignoreip setting from the nagios section. As pointed out, it is redundant here. Nagios server, under normal circumstances should not trigger any access errors, and would be included in the global ignoreips anyway.pull/603/head
parent
f5f434f846
commit
c207ad6058
|
@ -768,5 +768,4 @@ filter = nagios
|
|||
action = iptables[name=Nagios, port=5666, protocol=tcp]
|
||||
sendmail-whois[name=Nagios, dest=you@example.com, sender=fail2ban@example.com, sendername="Fail2Ban"]
|
||||
logpath = /var/log/messages ; nrpe.cfg may define a different log_facility
|
||||
ignoreip = 123.12.123.12 ; your Nagios server
|
||||
maxretry = 1
|
||||
|
|
Loading…
Reference in New Issue