Recommit for updates in build 30

This commit is contained in:
Jenkins Server
2026-02-14 16:02:26 +01:00
parent 4222c22a6d
commit c653713e8f

View File

@@ -361,6 +361,24 @@ inherited by all classes except defines.
— —
<div class='inline'> <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> <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>
<li>
<span class='name'>ng_glob_svc_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 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> </div>
</li> </li>
@@ -376,11 +394,6 @@ inherited by all classes except defines.
<pre class="lines"> <pre class="lines">
39
40
41
42
43
44 44
45 45
46 46
@@ -493,10 +506,16 @@ inherited by all classes except defines.
153 153
154 154
155 155
156</pre> 156
157
158
159
160
161
162</pre>
</td> </td>
<td> <td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 39</span> <pre class="code"><span class="info file"># File 'manifests/params.pp', line 44</span>
class confdroid_nagios::params ( class confdroid_nagios::params (
@@ -518,6 +537,7 @@ class confdroid_nagios::params (
# nagios_cfg settings # nagios_cfg settings
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;,
# httpd # httpd
Boolean $ng_use_https = false, Boolean $ng_use_https = false,