Recommit for updates in build 104

This commit is contained in:
Jenkins Server
2026-03-01 16:51:49 +01:00
parent c52c396fa5
commit d621d1bc38
3 changed files with 30 additions and 6 deletions

View File

@@ -122,7 +122,7 @@
</li><li>
<p>contacts and contactgroups are separated and filled in via define</p>
</li><li>
<p>hostgroups are filled in via define, hosts are added dynamically</p>
<p>hostgroups are filled in via define, hosts are added dynamically via target.pp.</p>
</li><li>
<p>configures all required directories for server and clients and sets proper permissions and selinux contexts</p>
</li><li>

View File

@@ -122,7 +122,7 @@
</li><li>
<p>contacts and contactgroups are separated and filled in via define</p>
</li><li>
<p>hostgroups are filled in via define, hosts are added dynamically</p>
<p>hostgroups are filled in via define, hosts are added dynamically via target.pp.</p>
</li><li>
<p>configures all required directories for server and clients and sets proper permissions and selinux contexts</p>
</li><li>

View File

@@ -915,6 +915,24 @@ inherited by all classes except defines.
&mdash;
<div class='inline'>
<p>The maximum number of check attempts before a host or service is considered down. Default is 10.</p>
</div>
</li>
<li>
<span class='name'>ng_enable_swap_check</span>
<span class='type'>(<tt>Boolean</tt>)</span>
<em class="default">(defaults to: <tt>true</tt>)</em>
&mdash;
<div class='inline'>
<p>Whether to enable the check_swap command. Default is true.</p>
</div>
</li>
@@ -930,8 +948,6 @@ inherited by all classes except defines.
<pre class="lines">
99
100
101
102
103
@@ -1091,10 +1107,15 @@ inherited by all classes except defines.
257
258
259
260</pre>
260
261
262
263
264
265</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 99</span>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 101</span>
class confdroid_nagios::params (
@@ -1164,6 +1185,9 @@ class confdroid_nagios::params (
String $ng_load_crit = &#39;10.00,6.00,4.00&#39;,
String $ng_load_ensure = &#39;present&#39;,
# single nagios checks
Boolean $ng_enable_swap_check = true,
) {
# Default facts
$fqdn = $facts[&#39;networking&#39;][&#39;fqdn&#39;]