Recommit for updates in build 33

This commit is contained in:
Jenkins Server
2026-02-14 16:33:53 +01:00
parent 4e19208553
commit 83f463f351

View File

@@ -397,6 +397,96 @@ inherited by all classes except defines.
— —
<div class='inline'> <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> <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>
</li>
<li>
<span class='name'>ng_log_file</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;/var/log/nagios/nagios.log&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>The path to the Nagios log file. Default is /var/log/nagios/nagios.log.</p>
</div>
</li>
<li>
<span class='name'>ng_object_cache_file</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;/var/spool/nagios/objects.cache&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>The path to the Nagios object cache file. Default is /var/spool/nagios/objects.cache.</p>
</div>
</li>
<li>
<span class='name'>ng_precached_obj_file</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;/var/spool/nagios/objects.precache&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>The path to the Nagios precached object file. Default is /var/spool/nagios/objects.precache.</p>
</div>
</li>
<li>
<span class='name'>ng_resource_file</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;/etc/nagios/private/resource.cfg&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>The path to the Nagios resource file. Default is /etc/nagios/private/resource.cfg.</p>
</div>
</li>
<li>
<span class='name'>ng_status_file</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;/var/log/nagios/status.dat&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>The path to the Nagios status file. Default is /var/log/nagios/status.dat.</p>
</div> </div>
</li> </li>
@@ -412,16 +502,6 @@ inherited by all classes except defines.
<pre class="lines"> <pre class="lines">
49
50
51
52
53
54
55
56
57
58
59 59
60 60
61 61
@@ -531,10 +611,26 @@ inherited by all classes except defines.
165 165
166 166
167 167
168</pre> 168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184</pre>
</td> </td>
<td> <td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 49</span> <pre class="code"><span class="info file"># File 'manifests/params.pp', line 59</span>
class confdroid_nagios::params ( class confdroid_nagios::params (
@@ -558,6 +654,12 @@ class confdroid_nagios::params (
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;, String $ng_check_workers = &#39;&#39;,
String $ng_log_file = &#39;/var/log/nagios/nagios.log&#39;,
String $ng_object_cache_file = &#39;/var/spool/nagios/objects.cache&#39;,
String $ng_precached_obj_file = &#39;/var/spool/nagios/objects.precache&#39;,
String $ng_resource_file = &#39;/etc/nagios/private/resource.cfg&#39;,
String $ng_status_file = &#39;/var/log/nagios/status.dat&#39;,
# httpd # httpd
Boolean $ng_use_https = false, Boolean $ng_use_https = false,