From 55de16543254e629db8daff33528892e772f635c Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Thu, 12 Mar 2026 15:59:13 +0100 Subject: [PATCH] OP#491 fix log path --- manifests/params.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/params.pp b/manifests/params.pp index 6382e0b..df5d2ca 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -434,7 +434,7 @@ # @param [String] ng_jail_enable Whether to enable the monitoring of a specific # jail in Nagios. Default is 'true'. # @param [String] ng_fail2ban_logpath The path to the nagios access log to -# monitor. Default is '/var/log/httpd/access.log'. +# monitor. Default is '/var/log/httpd/access_log'. # @param [String] ng_fail2ban_maxretry The maximum number of retries before a # host is considered banned in fail2ban. Default is '5'. # @param [String] ng_fail2ban_bantime The time in seconds that a host is banned @@ -695,7 +695,7 @@ class confdroid_nagios::params ( String $ng_jail_order = '10', Boolean $ng_jail_enable = true, #String $ng_fail2ban_jail = 'httpd', - String $ng_fail2ban_logpath = '/var/log/httpd/access.log', + String $ng_fail2ban_logpath = '/var/log/httpd/access_log', #String $ng_fail2ban_regex = 'sshd.*Failed password for', String $ng_fail2ban_maxretry = '5', #String $ng_fail2ban_findtime = '600',