Recommit for updates in build 149

This commit is contained in:
Jenkins Server
2026-03-07 12:16:47 +01:00
parent d350c5ff0e
commit e823d48e5e

View File

@@ -1423,6 +1423,96 @@ inherited by all classes except defines.
—
<div class='inline'>
<p>The maximum check result reaper time for Nagios. Default is 30.</p>
</div>
</li>
<li>
<span class='name'>ng_max_check_res_file_age</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;3600&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>The maximum check result file age for Nagios. Default is 3600.</p>
</div>
</li>
<li>
<span class='name'>ng_cached_h_check_horizon</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;15&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>The cached host check horizon for Nagios. Default is 15.</p>
</div>
</li>
<li>
<span class='name'>ng_cached_s_check_horizon</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;15&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>The cached service check horizon for Nagios. Default is 15.</p>
</div>
</li>
<li>
<span class='name'>ng_pred_host_dep_checks</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 enable predictive host dependency checks in Nagios. Default is 1.</p>
</div>
</li>
<li>
<span class='name'>ng_pred_svc_dep_checks</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 enable predictive service dependency checks in Nagios. Default is 1.</p>
</div>
</li>
@@ -1438,16 +1528,6 @@ inherited by all classes except defines.
<pre class="lines">
155
156
157
158
159
160
161
162
163
164
165
166
167
@@ -1637,10 +1717,26 @@ inherited by all classes except defines.
351
352
353
354</pre>
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 155</span>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 165</span>
class confdroid_nagios::params (
@@ -1699,6 +1795,11 @@ class confdroid_nagios::params (
String $ng_max_concurrent_checks = &#39;0&#39;,
String $ng_check_res_reaper_freq = &#39;10&#39;,
String $ng_max_check_res_reap_time = &#39;30&#39;,
String $ng_max_check_res_file_age = &#39;3600&#39;,
String $ng_cached_h_check_horizon = &#39;15&#39;,
String $ng_cached_s_check_horizon = &#39;15&#39;,
String $ng_pred_host_dep_checks = &#39;1&#39;,
String $ng_pred_svc_dep_checks = &#39;1&#39;,
# cgi.cfg
String $ng_context_help = &#39;1&#39;,
@@ -1817,6 +1918,7 @@ class confdroid_nagios::params (
$ng_command_file = &quot;${ng_cmd_dir}/nagios.cmd&quot;
$ng_lock_file = &quot;${ng_run_dir}/nagios.pid&quot;
$ng_temp_file = &quot;${ng_spool_dir}/nagios.tmp&quot;
$ng_check_result_path = &quot;${ng_spool_dir}/checkresults&quot;
## old
$ng_taccgi_erb = &#39;confdroid_nagios/selinux/taccgi.erb&#39;