Recommit for updates in build 29

This commit is contained in:
Jenkins Server
2026-02-14 15:59:53 +01:00
parent 4fab6269df
commit 4fa3a6fb75

View File

@@ -343,6 +343,24 @@ inherited by all classes except defines.
—
<div class='inline'>
<p>The event broker module to be used in the Nagios configuration. Default is an empty string, which means no event broker module will be configured. You can specify a module like mod_gearman to enable the Gearman event broker module, for example.</p>
</div>
</li>
<li>
<span class='name'>ng_glob_host_evt_handler</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>The global host event handler to be used in the Nagios configuration. Default is an empty string, which means no global host event handler will be configured. You can specify a command like notify-host-by-email to set a global host event handler that sends email notifications for host events, for example.</p>
</div>
</li>
@@ -358,11 +376,6 @@ inherited by all classes except defines.
<pre class="lines">
34
35
36
37
38
39
40
41
@@ -474,10 +487,16 @@ inherited by all classes except defines.
147
148
149
150</pre>
150
151
152
153
154
155
156</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 34</span>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 39</span>
class confdroid_nagios::params (
@@ -498,6 +517,7 @@ class confdroid_nagios::params (
# nagios_cfg settings
String $ng_event_broker_module = &#39;&#39;,
String $ng_glob_host_evt_handler = &#39;&#39;,
# httpd
Boolean $ng_use_https = false,