Recommit for updates in build 229
This commit is contained in:
@@ -4011,12 +4011,12 @@ inherited by all classes except defines.
|
||||
<span class='type'>(<tt>String</tt>)</span>
|
||||
|
||||
|
||||
<em class="default">(defaults to: <tt>'/var/log/httpd/access.log'</tt>)</em>
|
||||
<em class="default">(defaults to: <tt>'/var/log/httpd/access_log'</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
<div class='inline'>
|
||||
<p>The path to the nagios access log to monitor. Default is ‘/var/log/httpd/access.log’.</p>
|
||||
<p>The path to the nagios access log to monitor. Default is ‘/var/log/httpd/access_log’.</p>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
@@ -4736,7 +4736,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',
|
||||
|
||||
Reference in New Issue
Block a user