OP#491 fix log path

This commit is contained in:
2026-03-12 15:59:13 +01:00
parent 25e9299a5a
commit 55de165432

View File

@@ -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',