Recommit for updates in build 229

This commit is contained in:
Jenkins Server
2026-03-12 16:01:16 +01:00
parent f44d81c368
commit 7690778edd

View File

@@ -4011,12 +4011,12 @@ inherited by all classes except defines.
<span class='type'>(<tt>String</tt>)</span> <span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;/var/log/httpd/access.log&#39;</tt>)</em> <em class="default">(defaults to: <tt>&#39;/var/log/httpd/access_log&#39;</tt>)</em>
&mdash; &mdash;
<div class='inline'> <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> </div>
</li> </li>
@@ -4736,7 +4736,7 @@ class confdroid_nagios::params (
String $ng_jail_order = &#39;10&#39;, String $ng_jail_order = &#39;10&#39;,
Boolean $ng_jail_enable = true, Boolean $ng_jail_enable = true,
#String $ng_fail2ban_jail = &#39;httpd&#39;, #String $ng_fail2ban_jail = &#39;httpd&#39;,
String $ng_fail2ban_logpath = &#39;/var/log/httpd/access.log&#39;, String $ng_fail2ban_logpath = &#39;/var/log/httpd/access_log&#39;,
#String $ng_fail2ban_regex = &#39;sshd.*Failed password for&#39;, #String $ng_fail2ban_regex = &#39;sshd.*Failed password for&#39;,
String $ng_fail2ban_maxretry = &#39;5&#39;, String $ng_fail2ban_maxretry = &#39;5&#39;,
#String $ng_fail2ban_findtime = &#39;600&#39;, #String $ng_fail2ban_findtime = &#39;600&#39;,