Recommit for updates in build 161

This commit is contained in:
Jenkins Server
2026-03-07 16:36:13 +01:00
parent 8312e0dbf4
commit 4dd935eba3

View File

@@ -3587,6 +3587,24 @@ inherited by all classes except defines.
</li> </li>
<li>
<span class='name'>ng_statusmap_img</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>The image to use for the status map in Nagios.</p>
</div>
</li>
<li> <li>
<span class='name'>ng_use_ssl_auth</span> <span class='name'>ng_use_ssl_auth</span>
@@ -3611,7 +3629,6 @@ inherited by all classes except defines.
<pre class="lines"> <pre class="lines">
391
392 392
393 393
394 394
@@ -3936,10 +3953,12 @@ inherited by all classes except defines.
713 713
714 714
715 715
716</pre> 716
717
718</pre>
</td> </td>
<td> <td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 391</span> <pre class="code"><span class="info file"># File 'manifests/params.pp', line 392</span>
class confdroid_nagios::params ( class confdroid_nagios::params (
@@ -4109,6 +4128,7 @@ class confdroid_nagios::params (
String $ng_host_cmd_auth = &#39;&#39;, String $ng_host_cmd_auth = &#39;&#39;,
String $ng_svc_cmd_auth = &#39;&#39;, String $ng_svc_cmd_auth = &#39;&#39;,
String $ng_readonly_auth = &#39;&#39; , String $ng_readonly_auth = &#39;&#39; ,
String $ng_statusmap_img = &#39;&#39;,
Boolean $ng_use_colormap = false, Boolean $ng_use_colormap = false,
String $ng_colormap_red = &#39;255&#39;, String $ng_colormap_red = &#39;255&#39;,
String $ng_colormap_green = &#39;255&#39;, String $ng_colormap_green = &#39;255&#39;,