Recommit for updates in build 151

This commit is contained in:
Jenkins Server
2026-03-07 12:47:20 +01:00
parent 8ad7ca6200
commit 63fa66195a

View File

@@ -1729,6 +1729,186 @@ inherited by all classes except defines.
— —
<div class='inline'> <div class='inline'>
<p>The performance data timeout for Nagios. Default is 5.</p> <p>The performance data timeout for Nagios. Default is 5.</p>
</div>
</li>
<li>
<span class='name'>ng_retain_state_inf</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;1&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>Whether to retain state information in Nagios. Default is 1.</p>
</div>
</li>
<li>
<span class='name'>ng_retention_update_intval</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;60&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>The retention update interval for Nagios. Default is 60.</p>
</div>
</li>
<li>
<span class='name'>ng_use_ret_program_state</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;1&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>Whether to use the retention program state in Nagios. Default is 1.</p>
</div>
</li>
<li>
<span class='name'>ng_use_ret_scheduling_info</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;1&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>Whether to use retained scheduling info in Nagios. Default is 1.</p>
</div>
</li>
<li>
<span class='name'>ng_ret_host_attr_mask</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;0&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>The retention host attribute mask for Nagios. Default is 0.</p>
</div>
</li>
<li>
<span class='name'>ng_ret_service_attr_mask</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;0&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>The retention service attribute mask for Nagios. Default is 0.</p>
</div>
</li>
<li>
<span class='name'>ng_ret_proc_host_attr_mask</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;0&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>The retention process host attribute mask for Nagios. Default is 0.</p>
</div>
</li>
<li>
<span class='name'>ng_ret_proc_svc_attr_mask</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;0&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>The retention process service attribute mask for Nagios. Default is 0.</p>
</div>
</li>
<li>
<span class='name'>ng_ret_contact_h_attr_mask</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;0&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>The retention contact host attribute mask for Nagios. Default is 0.</p>
</div>
</li>
<li>
<span class='name'>ng_ret_contact_s_attr_mask</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;0&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>The retention contact service attribute mask for Nagios. Default is 0.</p>
</div> </div>
</li> </li>
@@ -1744,26 +1924,6 @@ inherited by all classes except defines.
<pre class="lines"> <pre class="lines">
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207 207
208 208
209 209
@@ -1961,10 +2121,41 @@ inherited by all classes except defines.
401 401
402 402
403 403
404</pre> 404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435</pre>
</td> </td>
<td> <td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 187</span> <pre class="code"><span class="info file"># File 'manifests/params.pp', line 207</span>
class confdroid_nagios::params ( class confdroid_nagios::params (
@@ -2040,6 +2231,16 @@ class confdroid_nagios::params (
String $ng_ocsp_timeout = &#39;5&#39;, String $ng_ocsp_timeout = &#39;5&#39;,
String $ng_ochp_timeout = &#39;5&#39;, String $ng_ochp_timeout = &#39;5&#39;,
String $ng_perfdata_timeout = &#39;5&#39;, String $ng_perfdata_timeout = &#39;5&#39;,
String $ng_retain_state_inf = &#39;1&#39;,
String $ng_retention_update_intval = &#39;60&#39;,
String $ng_use_ret_program_state = &#39;1&#39;,
String $ng_use_ret_scheduling_info = &#39;1&#39;,
String $ng_ret_host_attr_mask = &#39;0&#39;,
String $ng_ret_service_attr_mask = &#39;0&#39;,
String $ng_ret_proc_host_attr_mask = &#39;0&#39;,
String $ng_ret_proc_svc_attr_mask = &#39;0&#39;,
String $ng_ret_contact_h_attr_mask = &#39;0&#39;,
String $ng_ret_contact_s_attr_mask = &#39;0&#39;,
# cgi.cfg # cgi.cfg
String $ng_context_help = &#39;1&#39;, String $ng_context_help = &#39;1&#39;,
@@ -2159,6 +2360,7 @@ class confdroid_nagios::params (
$ng_lock_file = &quot;${ng_run_dir}/nagios.pid&quot; $ng_lock_file = &quot;${ng_run_dir}/nagios.pid&quot;
$ng_temp_file = &quot;${ng_spool_dir}/nagios.tmp&quot; $ng_temp_file = &quot;${ng_spool_dir}/nagios.tmp&quot;
$ng_check_result_path = &quot;${ng_spool_dir}/checkresults&quot; $ng_check_result_path = &quot;${ng_spool_dir}/checkresults&quot;
$ng_state_retention_file = &quot;${ng_spool_dir}/retention.dat&quot;
## old ## old
$ng_taccgi_erb = &#39;confdroid_nagios/selinux/taccgi.erb&#39; $ng_taccgi_erb = &#39;confdroid_nagios/selinux/taccgi.erb&#39;