Recommit for updates in build 163

This commit is contained in:
Jenkins Server
2026-03-08 14:20:36 +01:00
parent 73ef39f6eb
commit 221ec836ed

View File

@@ -3893,6 +3893,24 @@ inherited by all classes except defines.
</li>
<li>
<span class='name'>ng_tac_cgi_hard_only</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;0&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>Whether to show only HARD states in the Tactical Overview in Nagios. Default is 0.</p>
</div>
</li>
<li>
<span class='name'>ng_use_ssl_auth</span>
@@ -3917,8 +3935,6 @@ inherited by all classes except defines.
<pre class="lines">
425
426
427
428
429
@@ -4259,10 +4275,13 @@ inherited by all classes except defines.
764
765
766
767</pre>
767
768
769
770</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 425</span>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 427</span>
class confdroid_nagios::params (
@@ -4462,6 +4481,7 @@ class confdroid_nagios::params (
String $ng_navbar_aliases = &#39;1&#39;,
String $ng_ack_no_sticky = &#39;0&#39;,
String $ng_ack_no_send = &#39;0&#39;,
String $ng_tac_cgi_hard_only = &#39;0&#39;,
# httpd
Boolean $ng_use_https = false,