mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
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.
This commit is contained in:
parent
f5f434f846
commit
c207ad6058
1 changed files with 0 additions and 1 deletions
|
|
@ -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 a new issue