diff --git a/templates/fail2ban/jail.conf.erb b/templates/fail2ban/jail.conf.erb index b321004..1823a52 100644 --- a/templates/fail2ban/jail.conf.erb +++ b/templates/fail2ban/jail.conf.erb @@ -6,7 +6,7 @@ [nagios-auth] enabled = <%= @ng_jail_enable %> port = http,https -filter = nagios-auth +filter = <%= @ng_jail_order %>-nagios logpath = <%= @ng_fail2ban_logpath %> maxretry = <%= @ng_fail2ban_maxretry %> bantime = <%= @ng_fail2ban_bantime %>