Recommit for updates in build 106

This commit is contained in:
Jenkins Server
2026-03-01 17:02:24 +01:00
parent 52492d82f3
commit 230b6dfbbd
5 changed files with 58 additions and 10 deletions

View File

@@ -933,6 +933,42 @@ inherited by all classes except defines.
—
<div class='inline'>
<p>Whether to enable the check_swap command. Default is true.</p>
</div>
</li>
<li>
<span class='name'>ng_status_upd_interval</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;10&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>The interval in seconds for Nagios to update the status file. Default is 10.</p>
</div>
</li>
<li>
<span class='name'>ng_check_ext_commands</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;1&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>Whether to allow external commands to be submitted to Nagios. Default is 1.</p>
</div>
</li>
@@ -948,10 +984,6 @@ inherited by all classes except defines.
<pre class="lines">
101
102
103
104
105
106
107
@@ -1116,10 +1148,16 @@ inherited by all classes except defines.
266
267
268
269</pre>
269
270
271
272
273
274
275</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 101</span>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 105</span>
class confdroid_nagios::params (
@@ -1132,6 +1170,8 @@ class confdroid_nagios::params (
String $ng_main_user = &#39;nagios&#39;,
String $ng_main_password = &#39;nagios&#39;,
String $ng_max_check_attempts = &#39;10&#39;,
String $ng_status_upd_interval = &#39;10&#39;,
String $ng_check_ext_commands = &#39;1&#39;,
# contact groups
String $ng_contactgroup_name = &#39;admins&#39;,