Recommit for updates in build 32

This commit is contained in:
Jenkins Server
2026-02-14 16:25:48 +01:00
parent 344a40123e
commit 521e41acc6

View File

@@ -379,6 +379,24 @@ inherited by all classes except defines.
— —
<div class='inline'> <div class='inline'>
<p>The global service event handler to be used in the Nagios configuration. Default is an empty string, which means no global service event handler will be configured. You can specify a command like notify-service-by-email to set a global service event handler that sends email notifications for service events, for example.</p> <p>The global service event handler to be used in the Nagios configuration. Default is an empty string, which means no global service event handler will be configured. You can specify a command like notify-service-by-email to set a global service event handler that sends email notifications for service events, for example.</p>
</div>
</li>
<li>
<span class='name'>ng_check_workers</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>The number of check worker processes to be configured in the Nagios configuration. Default is an empty string, which means no specific number of check worker processes will be configured. You can specify a number like 5 to set the number of check worker processes to 5, for example.</p>
</div> </div>
</li> </li>
@@ -394,11 +412,6 @@ inherited by all classes except defines.
<pre class="lines"> <pre class="lines">
44
45
46
47
48
49 49
50 50
51 51
@@ -512,10 +525,16 @@ inherited by all classes except defines.
159 159
160 160
161 161
162</pre> 162
163
164
165
166
167
168</pre>
</td> </td>
<td> <td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 44</span> <pre class="code"><span class="info file"># File 'manifests/params.pp', line 49</span>
class confdroid_nagios::params ( class confdroid_nagios::params (
@@ -538,6 +557,7 @@ class confdroid_nagios::params (
String $ng_event_broker_module = &#39;&#39;, String $ng_event_broker_module = &#39;&#39;,
String $ng_glob_host_evt_handler = &#39;&#39;, String $ng_glob_host_evt_handler = &#39;&#39;,
String $ng_glob_svc_evt_handler = &#39;&#39;, String $ng_glob_svc_evt_handler = &#39;&#39;,
String $ng_check_workers = &#39;&#39;,
# httpd # httpd
Boolean $ng_use_https = false, Boolean $ng_use_https = false,