OP#491 fix log path
This commit is contained in:
@@ -434,7 +434,7 @@
|
|||||||
# @param [String] ng_jail_enable Whether to enable the monitoring of a specific
|
# @param [String] ng_jail_enable Whether to enable the monitoring of a specific
|
||||||
# jail in Nagios. Default is 'true'.
|
# jail in Nagios. Default is 'true'.
|
||||||
# @param [String] ng_fail2ban_logpath The path to the nagios access log to
|
# @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
|
# @param [String] ng_fail2ban_maxretry The maximum number of retries before a
|
||||||
# host is considered banned in fail2ban. Default is '5'.
|
# host is considered banned in fail2ban. Default is '5'.
|
||||||
# @param [String] ng_fail2ban_bantime The time in seconds that a host is banned
|
# @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',
|
String $ng_jail_order = '10',
|
||||||
Boolean $ng_jail_enable = true,
|
Boolean $ng_jail_enable = true,
|
||||||
#String $ng_fail2ban_jail = 'httpd',
|
#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_regex = 'sshd.*Failed password for',
|
||||||
String $ng_fail2ban_maxretry = '5',
|
String $ng_fail2ban_maxretry = '5',
|
||||||
#String $ng_fail2ban_findtime = '600',
|
#String $ng_fail2ban_findtime = '600',
|
||||||
|
|||||||
Reference in New Issue
Block a user