From 25e9299a5aacdde7a5ffccda7169ceaf5b0cdbda Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Thu, 12 Mar 2026 15:53:33 +0100 Subject: [PATCH] OP#491 fix correlation for jail --- templates/fail2ban/jail.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %>