Recommit for updates in build 40

This commit is contained in:
Jenkins Server
2026-02-14 18:35:02 +01:00
parent a17d281ac2
commit cce5275855

View File

@@ -1643,22 +1643,6 @@ inherited by all classes except defines.
</li> </li>
<li>
<span class='name'>ng_enable_flap_detection</span>
<span class='type'>(<tt>String</tt>)</span>
&mdash;
<div class='inline'>
<p>Whether to enable flap detection in the Nagios configuration. Default is 1, which means flap detection will be enabled. You can set this to 0 to disable flap detection if needed.</p>
</div>
</li>
<li> <li>
<span class='name'>ng_process_perf_data</span> <span class='name'>ng_process_perf_data</span>
@@ -1889,6 +1873,78 @@ inherited by all classes except defines.
&mdash; &mdash;
<div class='inline'> <div class='inline'>
<p>The command to process host performance data in the Nagios configuration.</p> <p>The command to process host performance data in the Nagios configuration.</p>
</div>
</li>
<li>
<span class='name'>ng_obsess_over_services</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 obsess over services in the Nagios configuration. Default is 0, which means not to obsess over services. You can set this to 1 to enable obsessing over services if needed.</p>
</div>
</li>
<li>
<span class='name'>ng_ocsp_command</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>The command to process obsessive service checks in the Nagios configuration. Default is ”, which means no specific command will be configured for obsessive service checks. You can set this to a specific command if needed.</p>
</div>
</li>
<li>
<span class='name'>ng_obsess_over_hosts</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 obsess over hosts in the Nagios configuration. Default is 0, which means not to obsess over hosts. You can set this to 1 to enable obsessing over hosts if needed.</p>
</div>
</li>
<li>
<span class='name'>ng_ochp_command</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>The command to process obsessive host checks in the Nagios configuration. Default is ”, which means no specific command will be configured for obsessive host checks. You can set this to a specific command if needed.</p>
</div> </div>
</li> </li>
@@ -1904,18 +1960,6 @@ inherited by all classes except defines.
<pre class="lines"> <pre class="lines">
402
403
404
405
406
407
408
409
410
411
412
413
414 414
415 415
416 416
@@ -2105,10 +2149,27 @@ inherited by all classes except defines.
600 600
601 601
602 602
603</pre> 603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620</pre>
</td> </td>
<td> <td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 402</span> <pre class="code"><span class="info file"># File 'manifests/params.pp', line 414</span>
class confdroid_nagios::params ( class confdroid_nagios::params (
@@ -2214,6 +2275,11 @@ class confdroid_nagios::params (
String $ng_s_perfdata_proc_intval = &#39;0&#39;, String $ng_s_perfdata_proc_intval = &#39;0&#39;,
String $ng_h_perfdata_proc_cmd = &#39;process-host-perfdata-file&#39;, String $ng_h_perfdata_proc_cmd = &#39;process-host-perfdata-file&#39;,
String $ng_s_perfdata_proc_cmd = &#39;process-service-perfdata-file&#39;, String $ng_s_perfdata_proc_cmd = &#39;process-service-perfdata-file&#39;,
String $ng_obsess_over_services = &#39;0&#39;,
String $ng_ocsp_command = &#39;&#39;,
String $ng_obsess_over_hosts = &#39;0&#39;,
String $ng_ochp_command = &#39;&#39;,
# httpd # httpd
Boolean $ng_use_https = false, Boolean $ng_use_https = false,